Initial commit
This commit is contained in:
commit
7878e653a0
253 changed files with 24552 additions and 0 deletions
12
.storybook/main.js
Normal file
12
.storybook/main.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
'stories': [
|
||||
'../src/**/*.stories.mdx',
|
||||
'../src/**/*.stories.@(js|jsx|ts|tsx)'
|
||||
],
|
||||
'addons': [
|
||||
'@storybook/addon-links',
|
||||
'@storybook/addon-essentials',
|
||||
'@storybook/preset-create-react-app',
|
||||
'@storybook/addon-controls',
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue