MCPcopy Create free account
hub / github.com/mlco2/codecarbon / Loader

Function Loader

webapp/src/components/loader.tsx:4–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { Loader2 } from "lucide-react";
3
4export default function Loader() {
5 return (
6 <div
7 role="status"
8 aria-live="polite"
9 className="flex justify-center items-center flex-col h-[calc(100vh-2rem)] lg:h-[calc(100vh-3rem)]"
10 >
11 <Loader2 className="h-16 w-16 animate-spin text-primary" />
12 <span className="sr-only">Loading...</span>
13 </div>
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…