initial commit

This commit is contained in:
2023-03-27 01:30:48 +09:00
commit 36048e1d9c
31 changed files with 10626 additions and 0 deletions

9
.storybook/preview.cjs Normal file
View File

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