From 0699226a7aa7fad0820c5be47445e2210c3a58d7 Mon Sep 17 00:00:00 2001 From: Ansh Mishra Date: Sun, 23 Jun 2024 16:28:48 +0530 Subject: [PATCH] Loading Component Modified --- components/Loading/index.tsx | 28 ++++++++++++++++++++++------ package.json | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/components/Loading/index.tsx b/components/Loading/index.tsx index 36b27ddd..1c83be42 100644 --- a/components/Loading/index.tsx +++ b/components/Loading/index.tsx @@ -1,13 +1,29 @@ - +import { ClipLoader} from "react-spinners" const Loading = () => { return ( - <> -
-
-
- +
+ +
) } export default Loading; + + + +// const Loading = () => { +// return ( +// <> +//
+//
+//
+// +// ) +// } + +// export default Loading; diff --git a/package.json b/package.json index 03785b4a..ea515147 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "react-modal-video": "^2.0.2", "react-quill": "^2.0.0", "react-simple-maps": "^3.0.0", + "react-spinners": "^0.13.8", "react-syntax-highlighter": "^15.5.0", "react-toastify": "^9.1.3", "reactflow": "^11.11.3",