Created
August 17, 2021 09:28
-
-
Save fedek6/95a67818e3b8c48d6671438e23ee8fea to your computer and use it in GitHub Desktop.
Remove canvas from Storybook preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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