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

Function BounceLoader

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

Source from the content-addressed store, hash-verified

1export default function BounceLoader() {
2 return (
3 <div className="flex items-center justify-center space-x-2">
4 <div className="h-5 w-5 animate-bounce rounded-full bg-red-500 [animation-delay:-0.3s]"></div>
5 <div className="h-5 w-5 animate-bounce rounded-full bg-red-500 [animation-delay:-0.13s]"></div>
6 <div className="h-5 w-5 animate-bounce rounded-full bg-red-500"></div>
7 </div>
8 )
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected