storybook-addon-themes
storybook-addon-themes copied to clipboard
It would be really handy to add the selected theme to the URL parameters so sharing a story or the whole Storybook in a specific theme. Alternatively we could add...
In the docs I cannot find how you react to a theme change in your story. I have something like ``` export default { title: "My Component" } export const...
It seems like this addon is not working nicely together with the latest version of Storybook. With an older version of Storybook it was enough to add the `themes` option...
Hi, could the Icon please be configurable? Right now it looks like it is pre-filled in as the `photo` icon. https://github.com/tonai/storybook-addon-themes/blob/master/src/manager/ThemeSelector.tsx#L143 ``` ```
After installation and configuration, when I run storybook and open on IE11 it shows some errors: `SCRIPT5007: Unable to get property 'classList' of undefined or null reference` `The above error...
Pass selected `theme` to `globals` as is done in [`@storybook/addon-backgrounds`](https://storybook.js.org/addons/@storybook/addon-backgrounds). This way we can access the `theme` automatically in a `decorator` without having to use `withTheme` along with a custom...
`storybook-addon-themes` installs its own version of `@storybook/[email protected]` which is incompatible with Storybook v6.2.x. It should define `@storybook/*` dependencies as `devDependencies` and `peerDependencies` in order to avoid breaking for future versions....
When switching between themes the accessibility addon does not check against anything other than the default theme
@tonai do you know what’s causing the addon to not support Angular?
We have a number of themes and aligned to this a number of document only pages that just give details about the design. The idea is that a theme will...