storybook-setup
Installation
SKILL.md
Storybook Setup
Configure Storybook for comprehensive component documentation and testing.
Core Workflow
- Initialize Storybook: Setup with framework
- Configure addons: Controls, actions, a11y
- Write stories: Document components
- Add documentation: MDX pages
- Setup testing: Visual regression
- Deploy docs: Static hosting
Installation
# Initialize Storybook
npx storybook@latest init