-
Hello. I really like the slick design of the library and decided to give it a try on CSS. But it seems (probably) I'm not using it correctly. e.g trying
to get the loading button, but getting a button without loading. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @samirhasanov ! Glad you're liking EUI. However, EUI is a fully React library and props like |
Beta Was this translation helpful? Give feedback.
-
Thank you @cchaos. |
Beta Was this translation helpful? Give feedback.
Hi @samirhasanov ! Glad you're liking EUI. However, EUI is a fully React library and props like
isLoading
only work when using JSX. You can try to use the playgrounds in our docs to toggle the different props and then copy the rendered HTML, but we don't consider the changes to classnames to be breaking changes and we do change them a lot. Sorry, we can't support you type of usage.