WL-32 - Install Storybook

This commit is contained in:
2020-11-05 04:20:17 +01:00
parent 4bcfc0d518
commit 3285bc3363
22 changed files with 6648 additions and 7 deletions

10
.storybook/main.js Normal file
View File

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