mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
feat: add StorybookJS
This commit is contained in:
parent
1039a4788d
commit
cbc1260553
116 changed files with 3560 additions and 2 deletions
17
.storybook/main.ts
Normal file
17
.storybook/main.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
/** @type { import('@storybook/html-vite').StorybookConfig } */
|
||||
const config = {
|
||||
stories: [
|
||||
"../stories/**/*.mdx",
|
||||
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
|
||||
],
|
||||
addons: [
|
||||
"@storybook/addon-essentials",
|
||||
"@storybook/addon-interactions",
|
||||
"@storybook/addon-themes",
|
||||
],
|
||||
framework: {
|
||||
name: "@storybook/html-vite",
|
||||
options: {},
|
||||
},
|
||||
};
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue