-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Setup Storybook and Add Stories
Description:
Integrate Storybook into the project and add stories for one or two key components (e.g., AccessibleButton
).
Steps:
- Install Storybook:
npx sb init
. - Create a configuration file (if required).
- Add stories in a new folder
stories/
for the components. - Provide basic usage examples and controls within Storybook.
- Run Storybook locally and ensure everything looks right.
This is an excellent way to contribute to both documentation and the visual aspect of our components!
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers