-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to render third party components? #930
Comments
Bump? |
Hey @natdm! Thanks for filing an issue! Looking at their docs, https://react.semantic-ui.com/usage#javascript:
Are you doing so in the config file (docs, see CSS section) or in a Esle, can you provide a simple reproduction please? |
I tried to use storybook in my boilerplate and didnt succeed too. Is there anyway to use webpack.config from my main project, or do I need to do a proper config of stories using ../ for routes and such? I will try and provide a branch with semantic working on homepage but not storybook. |
@xavcz , I did not, must have missed that. I will have to try it this weekend. Thanks! |
@natdm, linking the stylesheet from a cdn, will give you semantic-ui vanilla, If you want to be able to apply theming and such, I can recommend semantic-ui-less which I got to work OK with webpack2 and storybook |
@agustif how/where did you have to link it? Example code snippet? |
Got it.
|
Dope! I believe we can close this issue 😌 |
I'm using react semantic UI to design a frontend and wanted to test some of the components (like making a menu) with storybook. It looks like Storybook does not import any of the libraries used to make the menu. For example:
And tested with:
Renders:
AboutOther
(just text).
The text was updated successfully, but these errors were encountered: