diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-07 18:44:14 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:14:41 +0100 |
| commit | d75b9a1e150ab211c1052fb49bede9bd16320aca (patch) | |
| tree | e5bb221d2b8dc83151697fe646e9194f921b5807 /src/components/atoms/flip/index.ts | |
| parent | 12a03a9a72f7895d571dbaeeb245d92aa277a610 (diff) | |
feat(components): add a generic Flip component
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.
Diffstat (limited to 'src/components/atoms/flip/index.ts')
| -rw-r--r-- | src/components/atoms/flip/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/atoms/flip/index.ts b/src/components/atoms/flip/index.ts new file mode 100644 index 0000000..cd01743 --- /dev/null +++ b/src/components/atoms/flip/index.ts @@ -0,0 +1,2 @@ +export * from './flip'; +export * from './flip-side'; |
