wip pt1
This commit is contained in:
13
components/spinner.tsx
Normal file
13
components/spinner.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
export function Spinner() {
|
||||
return (
|
||||
<div
|
||||
className="inline-block h-4 w-4 animate-spin rounded-full border-2 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>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user