📗 Upgraded Storybook to v7 rc (#69)

This commit was merged in pull request #69.
This commit is contained in:
2023-03-15 16:43:16 -04:00
committed by GitHub
parent c5dd1abcdd
commit 0a48ecbb2c
9 changed files with 2959 additions and 105 deletions

18
.storybook/preview.ts Normal file
View File

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