How to use elastic ui within angular plugin

Hi,

I am building a custom external plugin using Angular.

I want to use Elastic UI for styling. How can I use it within angular?

Thanks

Hello,

Here is our license information-

Here is our plugin development information if you are building inside Kibana
Kibana plugins | Kibana Guide [master] | Elastic

Thanks,
Bhavya

How can I use Elastic UI within an angular plugin?

Hi Sheereen,

Not sure if you are still struggling with this issue. EUI is a library of React components. From a quick search there are a few ways to embed React components in an Angular application. But one I found that might work in your case using using Angular Directives as a wrapper, as per this blog post.

I would suggest researching ways of using React components in Angular as there are many resources out there to help. Best of luck!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.