aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/flipping-label
Commit message (Collapse)AuthorAgeFilesLines
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-111-4/+3
|
* feat(components): add a generic Flip componentArmand Philippot2023-11-114-76/+54
| | | | | | 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-243-13/+12
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* build: convert project to esmArmand Philippot2023-10-241-0/+1
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-245-0/+211