working storybook

This commit is contained in:
2024-08-03 14:41:12 +02:00
parent a1b9742e74
commit 6f0f1baae0
2 changed files with 31 additions and 0 deletions

14
.storybook/preview.ts Normal file
View File

@@ -0,0 +1,14 @@
import type { Preview } from "@storybook/react";
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;