aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/label.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-104/+0
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* chore(toolbar): change icons to close button when activatedArmand Philippot2022-05-241-0/+13
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-0/+6
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Settings modal componentArmand Philippot2022-04-081-5/+37
|
* chore: add a Label componentArmand Philippot2022-03-311-0/+53