storybook-addon-themes icon indicating copy to clipboard operation
storybook-addon-themes copied to clipboard

Results 22 storybook-addon-themes issues
Sort by recently updated
recently updated
newest added

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...

doc

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 ``` ```

enhancement

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...

enhancement

`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....

bug

When switching between themes the accessibility addon does not check against anything other than the default theme

enhancement

@tonai do you know what’s causing the addon to not support Angular?

enhancement

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...

enhancement