aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/flip/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-07 18:44:14 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commitd75b9a1e150ab211c1052fb49bede9bd16320aca (patch)
treee5bb221d2b8dc83151697fe646e9194f921b5807 /src/components/atoms/flip/index.ts
parent12a03a9a72f7895d571dbaeeb245d92aa277a610 (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.ts2
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';