Add storybook

This commit is contained in:
Robert Long
2021-12-23 12:45:00 -08:00
parent 658424efa0
commit 87e5cafb77
5 changed files with 9386 additions and 61 deletions

11
.storybook/preview.js Normal file
View File

@@ -0,0 +1,11 @@
import "../src/index.css";
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
};