mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
swr
This commit is contained in:
parent
2b6124cbf9
commit
4deca5056f
4 changed files with 33 additions and 13 deletions
7
components/Loading.tsx
Normal file
7
components/Loading.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
export const Loading = () => {
|
||||
return(
|
||||
<div className='fixed h-[85vh] w-screen flex justify-center items-center'>
|
||||
<div className='animate-spin w-16 h-16 border-4 border-t-transparent border-l-transparent border-r-black border-b-black dark:border-r-white dark:border-b-white rounded-full' role='status' />
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue