aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/flipping-label/flipping-label.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-5/+7
| | | | | | The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication.
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-8/+9
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+96