📗 Upgraded Storybook to v7 rc

This commit is contained in:
2023-03-15 11:38:00 -04:00
parent 79f9b22fad
commit 108260a84a
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;