Init storybook

This commit is contained in:
Vadim
2021-01-19 20:38:41 +03:00
parent 001a8436be
commit 108f097473
22 changed files with 9781 additions and 35 deletions

10
.storybook/main.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials"
]
}