From 95c629533ec4069c1adc130754f5b3a9c23d000f Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Thu, 14 Nov 2024 12:18:54 +0530 Subject: [PATCH] update --- src/Components/Loaders/FullscreenLoaders.jsx | 24 +++++--- src/Components/Loaders/Loader01.jsx | 32 +++++++---- src/Pages/SplashScreen.jsx | 60 ++++++++++++-------- 3 files changed, 73 insertions(+), 43 deletions(-) diff --git a/src/Components/Loaders/FullscreenLoaders.jsx b/src/Components/Loaders/FullscreenLoaders.jsx index a821ce3..4f2348a 100644 --- a/src/Components/Loaders/FullscreenLoaders.jsx +++ b/src/Components/Loaders/FullscreenLoaders.jsx @@ -1,18 +1,19 @@ import { Box, Spinner, Text } from "@chakra-ui/react"; import React from "react"; -import './FullscreenLoaders.css' +import "./FullscreenLoaders.css"; -const FullscreenLoaders = ({height}) => { +const FullscreenLoaders = ({ height }) => { return (
+ > + {/*
@@ -21,8 +22,17 @@ const FullscreenLoaders = ({height}) => {
-
- {/* Loading... */} +
*/} + {/* Loading... */} + {/*
*/} + + ); }; diff --git a/src/Components/Loaders/Loader01.jsx b/src/Components/Loaders/Loader01.jsx index d730e32..1ca3a81 100644 --- a/src/Components/Loaders/Loader01.jsx +++ b/src/Components/Loaders/Loader01.jsx @@ -1,19 +1,29 @@ import React from "react"; -import './FullscreenLoaders.css' +import "./FullscreenLoaders.css"; +import { Spinner } from "@chakra-ui/react"; const Loader01 = () => { return ( + //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
-
-
-
-
-
-
-
-
-
-
+ // {/*
*/} + + ); }; diff --git a/src/Pages/SplashScreen.jsx b/src/Pages/SplashScreen.jsx index a975efa..47f0bc6 100644 --- a/src/Pages/SplashScreen.jsx +++ b/src/Pages/SplashScreen.jsx @@ -1,31 +1,41 @@ -import { Box, Image, Spinner, Text } from '@chakra-ui/react' -import React from 'react' -import logo from '../assets/logo2.png' +import { Box, Image, Spinner, Text } from "@chakra-ui/react"; +import React from "react"; +import logo from "../assets/logo2.png"; const SplashScreen = () => { return ( - - {/* */} -
-
-
-
-
-
-
-
-
-
-
- ) -} + -export default SplashScreen \ No newline at end of file + {/*
*/} + {/* */} + {/*
+
+
+
+
+
+
+
+
+
*/} + + + + ); +}; + +export default SplashScreen;