frontend-tooling / app
Storybook
Capability: Storybook
Use it when
- develop and document UI components in isolated states
- turn component examples into interaction and visual regression cases
What it solves
Not the fit when
- does not replace full application end-to-end tests
Install
npm create storybook@latest
Invoke
Write stories for component states, run `npm run storybook`, and add interaction or visual tests against the story index.
Alternatives
No reviewed alternatives recorded yet.