NOTE: We are transitioning this repo to SolidJS community maintenance at
This is a framework to allow using Storybook with SolidJS.
-  
JSandTSintegration with Storybook CLI - Fine grained updates in storybook controls
 -  Compatible with 
@storybook/addon-interactions -  Compatible with 
@storybook/test - Code snippets generation in docs view mode
 - Automatic story actions
 - Full props table with description in docs view mode
 -  
SolidJSdocs in the official Storybook website 
- 
Automatic story actions: Feature under research. For now actions can be implemented manually by using the
@storybook/addon-actionsAPI. - 
Full props table with description in docs view mode: Feature under research. For now, props are rendered partially in the docs view table with a blank description.
 - 
SolidJSdocs in the official Storybook website: It's still pending to add documentation about Storybook stories definitions using SolidJS. 
In an existing Solid project, run npx storybook@latest init (Storybook 8+ is required)
See the Storybook Docs for the best documentation on getting started with Storybook.