summaryrefslogtreecommitdiff
path: root/components/common/loading/animation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/common/loading/animation.tsx')
-rw-r--r--components/common/loading/animation.tsx14
1 files changed, 14 insertions, 0 deletions
diff --git a/components/common/loading/animation.tsx b/components/common/loading/animation.tsx
new file mode 100644
index 00000000..042ecafc
--- /dev/null
+++ b/components/common/loading/animation.tsx
@@ -0,0 +1,14 @@
+import './animation.css';
+
+export default function Animation() {
+ return (
+ <div className="loader">
+ <div className="loader__bar"></div>
+ <div className="loader__bar"></div>
+ <div className="loader__bar"></div>
+ <div className="loader__bar"></div>
+ <div className="loader__bar"></div>
+ <div className="loader__ball"></div>
+ </div>
+ );
+} \ No newline at end of file