aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/flip/flip-side.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-0/+35
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.