First pass at component library

This commit is contained in:
Gabe Kangas
2022-04-17 18:50:39 -07:00
parent 7a2441e6ea
commit 1c77219a75
18 changed files with 549 additions and 11 deletions

12
web/.storybook/preview.js Normal file
View File

@@ -0,0 +1,12 @@
import 'antd/dist/antd.css';
import '../styles/globals.scss';
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
};