aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/labelled-select.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-236/+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.
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-14/+55
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Settings modal componentArmand Philippot2022-04-081-6/+74
|
* chore: add a labelled select field componentArmand Philippot2022-04-011-0/+127