Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Applies the light and dark mode theme functionality for "Docs mode" with storybook-dark-mode.
This component should be added to .storybook/preview.mjs
:
// .storybook/preview.mjs
import DocsContainer from "@idesigncode/storybook-tools/DocsContainer.mjs";
export const parameters = {
docs: {
container: DocsContainer,
// ...parameters.docs
},
// ...parameters
};
See also:
- CSS - use the default themes and component styles.