Initial commit
This commit is contained in:
commit
7878e653a0
253 changed files with 24552 additions and 0 deletions
16
.storybook/preview.js
Normal file
16
.storybook/preview.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { GlobalStyles as TwinGlobalStyles } from 'twin.macro';
|
||||
import GlobalStyles from '../src/components/General/Styled/GlobalStyles';
|
||||
|
||||
export const parameters = {
|
||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||
};
|
||||
|
||||
export const decorators = [
|
||||
(Story) => (
|
||||
<>
|
||||
<TwinGlobalStyles />
|
||||
<GlobalStyles backgroundColor="white" />
|
||||
<Story />
|
||||
</>
|
||||
),
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue