First pass at component library

This commit is contained in:
Gabe Kangas
2022-04-25 15:52:38 -07:00
parent 7a2441e6ea
commit 1c77219a75
18 changed files with 549 additions and 11 deletions
+12
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$/,
},
},
};