-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem / Motivation
Currently, contributors cannot preview or test individual components without running the entire app.
This makes development, testing, and documentation harder and slows down contributions.
Proposed Solution
Set up Storybook to provide a dedicated playground for components.
- Install Storybook for React (Vite recommended).
- Create .storybook/ folder with main.ts / preview.ts.
- Add stories for 6 core components: Button, Input, Select, Dialog, Toast, Sidebar.
- Add npm run storybook and npm run build-storybook scripts.
Acceptance Criteria
- Storybook runs successfully with npm run storybook.
- At least 6 core components have working stories showing default and variant states.
- Documentation added to README for running Storybook.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request