()
| 1 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected