You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to display my components built with theme-ui using Storybook and I am running into a problem with variants as well as the default styles for the components. I am noticing a couple things.
The prebuilt components are working with the sx prop, I am able to add the it and update styles and have them display, but if I use a value from my theme, it does not get picked up.
The variant prop is also not working.
In this example, I am simply adding the theme provider as a decorator, I have also tried adding it in a lot of other ways, but this seems to be the suggested approach for this. All of my theme values and variants are working correctly in the application.
I am using the most recent versions of Storybook ( 6.4.1 ) and theme-ui ( 0.13.1 ).
Does anyone have any examples of theme-ui working with Storybook?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to display my components built with theme-ui using Storybook and I am running into a problem with variants as well as the default styles for the components. I am noticing a couple things.
sx
prop, I am able to add the it and update styles and have them display, but if I use a value from my theme, it does not get picked up.variant
prop is also not working.In this example, I am simply adding the theme provider as a decorator, I have also tried adding it in a lot of other ways, but this seems to be the suggested approach for this. All of my theme values and variants are working correctly in the application.
I am using the most recent versions of Storybook ( 6.4.1 ) and theme-ui ( 0.13.1 ).
Does anyone have any examples of theme-ui working with Storybook?
Here is a snippet of my theme. These variants all work correctly in the application.
Beta Was this translation helpful? Give feedback.
All reactions