components and storybook for development svg previews

This commit is contained in:
Henri
2026-03-05 12:27:35 +02:00
parent 567f872cc2
commit 4571d22644
12 changed files with 1730 additions and 25 deletions

13
.storybook/main.js Normal file
View File

@@ -0,0 +1,13 @@
/** @type { import('@storybook/svelte-vite').StorybookConfig } */
const config = {
"stories": [
"../src/**/*.stories.@(js|ts|svelte)"
],
"addons": [
"@storybook/addon-svelte-csf"
],
"framework": "@storybook/svelte-vite"
};
export default config;