Removed my loading spinner component in favour of DaisyUIs
This commit is contained in:
parent
6fdcd61371
commit
4b1974e994
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
const Loading: React.FC = () => {
|
||||
return (
|
||||
<div
|
||||
className="inline-block h-12 w-12 animate-spin rounded-full border-4 border-solid border-current border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"
|
||||
role="status"
|
||||
>
|
||||
<span className="!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]">
|
||||
Loading...
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Loading;
|
Loading…
Add table
Reference in a new issue