[EUI] CDN or vanilla-js support #4854
-
Is there any way I can use eui classes with the vanilla js. I want to use it through classes. So does eui provide any CDN or something similar? |
Beta Was this translation helpful? Give feedback.
Answered by
thompsongl
Jun 3, 2021
Replies: 1 comment 5 replies
-
No, EUI does not maintain a CDN distribution. The compiled CSS files can be found in the npm package in the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
anuragxxd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, EUI does not maintain a CDN distribution. The compiled CSS files can be found in the npm package in the
dist/
directory. So you could install EUI as normal and just consume the stylesheet.Perhaps other users have a method that they've used in the past?