mirror of
https://github.com/detleph/components.git
synced 2026-09-09 16:06:17 +02:00
Initialize storybook
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
"stories": [
|
||||
"../src/**/*.stories.mdx",
|
||||
"../src/**/*.stories.@(js|jsx|ts|tsx)"
|
||||
],
|
||||
"addons": [
|
||||
"@storybook/addon-links",
|
||||
"@storybook/addon-essentials",
|
||||
"@storybook/addon-interactions"
|
||||
],
|
||||
"framework": "@storybook/react",
|
||||
"core": {
|
||||
"builder": "@storybook/builder-vite"
|
||||
},
|
||||
"features": {
|
||||
"storyStoreV7": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user