Storybook
Front-End Tool for Building UI Components in Isolation
Last modified: undef
Install
Installed into existing proj, create new project:
npx storybook@latest init
After intallation, Story will automatically launch, and pop-up a tutorial window.
Launch Storybook
To launch manually:
npm run storybook
Framework Integration
Integrate Storybook with Next.js or checkout Storybook Recipies for info on how to integrate storybook with another frameworks.
Check Storybook Project Health
npx storybook doctor
Copyright @ 2024 Anne Brown