Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created August 17, 2021 09:28
Show Gist options
  • Save fedek6/95a67818e3b8c48d6671438e23ee8fea to your computer and use it in GitHub Desktop.
Save fedek6/95a67818e3b8c48d6671438e23ee8fea to your computer and use it in GitHub Desktop.
Remove canvas from Storybook preview
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
previewTabs: {
canvas: {
hidden: true,
},
},
viewMode: "docs",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment