Add storybook for the react repo, this will make developing components enjoyable ! It can also serve as a single source of thruth.
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
export const parameters = {
|
|
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/,
|
|
},
|
|
},
|
|
} |