Skip to content

Instantly share code, notes, and snippets.

@mujsdev
Created December 10, 2022 23:02
Show Gist options
  • Save mujsdev/fddc58e76338ea2ae89721e59bba00b2 to your computer and use it in GitHub Desktop.
Save mujsdev/fddc58e76338ea2ae89721e59bba00b2 to your computer and use it in GitHub Desktop.
preview.js config for Storybook
import "../src/assets/scss/main.scss";
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment