storybook-addon
storybook-addon copied to clipboard
Develop themable components with Emotion/Styled Components/Material-UI with help of Storybook & React Theming
I am getting the following error when using this plugin. ``` Storybook preview hooks can only be called inside decorators and story functions. ``` I am using . . ....
Hi! I found your plugin for storybook and I think it looks perfect for what I'm building, Only issue is that I'm using MantineJS for my styling and i dont...
I am wanting to switch themes but the Theming Option is not appearing in the panel in Storybook I've tried a few different versions of the react theming library but...
Was the theming option removed recently? Im having the same issue as https://github.com/react-theming/storybook-addon/issues/28 My setup looks like this: ``` import { createTheme, ThemeProvider } from '@material-ui/core'; import { withThemes }...
~Using this library / tool, how would we auto-switch snapshots for Chromatic to take a snapshot per story per theme?~ Note, after a _lot_ of debugging with the Chromatic team,...
@UsulPro sorry to pester but this seems like a real issue and being that I can't reproduce it in the actual repo I am not sure how to assist or...
Sorry to bother, I'm using @storybook/*@6.5.0-alpha.36 because of some emotion issues I was having. So far everything is working and I can use it locally but when I run install...
Hello, I tried to install via `npm i --save-dev @react-theming/storybook-addon` and I get the following error It looks like some progress has been made towards this issue (https://github.com/react-theming/storybook-addon/issues/14), so I...