MCPcopy Create free account
hub / github.com/Rafacv23/F1-api / Loader

Function Loader

components/ui/loader.tsx:3–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from "react"
2
3export default function Loader() {
4 return (
5 <div
6 className="inline-block h-12 w-12 animate-spin rounded-full border-4 border-solid border-current border-e-transparent align-[-0.125em] text-surface motion-reduce:animate-[spin_1.5s_linear_infinite] dark:text-white"
7 role="status"
8 >
9 <span className="!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]">
10 Loading...
11 </span>
12 </div>
13 )
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected