The examples have CSS classes applied, but where is the CSS? #268
Replies: 4 comments
-
You don't need any CSS for installation, but some examples require CSS for the appropriate layout. I can help if you provide more details, like which example you are trying to implement. And a CodeSandbox would be the best way to get some assistance. |
Beta Was this translation helpful? Give feedback.
-
You don't need any CSS for installation, but some examples require CSS for the appropriate layout. I can help if you provide more details, like which example you are trying to implement. And a CodeSandbox would be the best way to get some assistance. |
Beta Was this translation helpful? Give feedback.
-
You don't need any CSS for installation, but some examples require CSS for the appropriate layout. I can help if you provide more details, like which example you are trying to implement. And a CodeSandbox would be the best way to get some assistance. |
Beta Was this translation helpful? Give feedback.
-
I ended up translating the classes in the example to styles. For example, the insert: 0, position: absolute instead of the CSS class names provided in the example. This way I didn't have to import all that css. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I'm using Next.js and the examples don't work without me copying the CSS from some Storybook page and applying it... I've looked at the instructions for installing it and I don't see anything about copying CSS. Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions