Skip to main content
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.

Official Setup Guides

Project Conventions

  • Stories Organization:
    • Application components: src/components
    • UI Kit (theme components): src/theme/components
  • Storybook stories path config:
.storybook/main.ts

Example: Mantine Button Story

src/theme/components/Button/index.stories.tsx