Initialize storybook

This commit is contained in:
Stephan
2022-09-29 20:45:14 +02:00
parent 227696e83b
commit a43e64f200
4 changed files with 43 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}