aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/flip/flip.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-151-53/+45
|
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-0/+61
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.