UNPKG

storybook-theme-css-vars

Version:

Theme switcher tool addon that changes the theme using CSS custom properties

8 lines 153 B
export var parameters = { theme: { selector: "body", dataAttr: "data-theme-mode", nameLightTheme: "light", nameDarkTheme: "dark" } };