Storybook is powerful tool for developing, testing, and reviewing UI components in isolation. Chromatic helps you to automate the process of reviewing UI changes. Follow the official guides below to add them to your project.Documentation Index
Fetch the complete documentation index at: https://ship.paralect.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Official Setup Guides
Project Conventions
- Stories Organization:
- Application components:
src/components - UI components (shadcn/ui wrappers):
src/components/ui
- Application components:
- Storybook stories path config:
.storybook/main.ts
Example: Button Story
src/components/ui/Button/index.stories.tsx
