MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / ClassicLoader

Function ClassicLoader

src/showcase/components/loaders/ClassicLoader.tsx:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export default function ClassicLoader() {
2 return (
3 <div className="h-10 w-10 animate-spin rounded-full border-4 border-gray-200 border-t-red-500" />
4 )
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected