feat(design-system): add intro card and MDX components

This commit is contained in:
41666 2020-10-14 18:35:18 -04:00
parent 6090a6c94f
commit 752250fd7f
9 changed files with 88 additions and 10 deletions

View file

@ -1,3 +1,10 @@
import { roleypolyTheme } from './theme';
import { mdxComponents } from '../src/design-system/atoms/typography/mdx';
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
docs: {
theme: roleypolyTheme,
components: mdxComponents,
},
};