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-jskiller1404-add-ommiting-private-fields-feature.mintlify.app/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 Kit (theme components):
src/theme/components
- Application components:
- Storybook stories path config:
.storybook/main.ts
Example: Mantine Button Story
src/theme/components/Button/index.stories.tsx
