storybookjs / solidjs

SolidJS integration for Storybook, maintained by the community
MIT License
44 stars 2 forks source link

Storybook SolidJS

This is a framework to allow using Storybook with SolidJS.

Feature State
JS and TS integration with Storybook cli
Fine grained updates in storybook controls
Compatible with @storybook/addon-interactions
Compatible with @storybook/testing-library
Automatic story actions
Full props table with description in docs view mode
Code snippets generation in docs view mode
SolidJS docs in the official Storybook website

Notes about pending features ⏳

Setup

In an existing Solid project, run npx storybook@next init (Storybook 7+ is required)

See the Storybook Docs for the best documentation on getting started with Storybook.

License

MIT License