📘Storybook configuration added

This commit is contained in:
2022-07-05 20:56:23 -07:00
parent 181de14f26
commit a10c8b7745
8 changed files with 6386 additions and 2444 deletions

9
.storybook/preview.js Normal file
View File

@@ -0,0 +1,9 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}