initial commit

This commit is contained in:
2023-04-04 20:58:26 +02:00
parent 1259264531
commit b7034a0205
23 changed files with 8661 additions and 427 deletions

16
.storybook/preview.ts Normal file
View File

@@ -0,0 +1,16 @@
import type { Preview } from "@storybook/react";
import "../src/styles/globals.css";
const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
},
};
export default preview;