aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/.storybook/preview.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/.storybook/preview.cjs')
-rw-r--r--apps/kit/.storybook/preview.cjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/kit/.storybook/preview.cjs b/apps/kit/.storybook/preview.cjs
new file mode 100644
index 0000000..48afd56
--- /dev/null
+++ b/apps/kit/.storybook/preview.cjs
@@ -0,0 +1,9 @@
+export const parameters = {
+ actions: { argTypesRegex: "^on[A-Z].*" },
+ controls: {
+ matchers: {
+ color: /(background|color)$/i,
+ date: /Date$/,
+ },
+ },
+} \ No newline at end of file