You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast Vite-powered — Lightning-fast Storybook experience using Vite.
SolidJS Native — Out-of-the-box support for Solid components and JSX.
Latest Storybook Support — Built for and tested with the newest Storybook version.
TypeScript-First — Full TypeScript support for your components and stories.
Addon Ecosystem — Works with popular Storybook addons (Docs, Controls, Actions, Links, etc.).
ArgTypes from TypeScript — Prop tables and controls generated directly from your TypeScript types.
Integrated Testing — Built-in support for component and story testing with Vitest and Playwright.
Hot Reload — Instant updates as you edit components, powered by Vite.
MDX & Docs — Write rich documentation alongside your stories using MDX.
Accessibility (a11y) — Built-in accessibility checks for your components.
🚀 Getting Started
The fastest way to start using Storybook with SolidJS:
npx create-solid-storybook <folder-name>
Replace <folder-name> with your desired project directory name. This will generate a SolidJS project pre-configured with Storybook 9 and all essential addons.
Then run:
cd<folder-name>
npm run storybook
Open the provided URL in your browser to view your Storybook instance.