[Storybook](https://storybook.js.org/) is a frontend component workshop. ## Usage ```bash npx sv add storybook ``` ## What you get - `npx storybook init` run for you from the same convenient `sv` CLI used for all other add-ons - [Storybook for SvelteKit](https://storybook.js.org/docs/get-started/frameworks/sveltekit) or [Storybook for Svelte & Vite](https://storybook.js.org/docs/get-started/frameworks/svelte-vite) with default config provided, easy mocking of many SvelteKit modules, automatic link handling, and more.