Components
A rotating comet loading spinner with a bright head and sweeping tail for animated loading and throughput states.
Loading preview...
import { CometSpinner } from "@/components/ui/comet-spinner";
export default function CometSpinnerDemo() {
return (
<div className="flex min-h-[320px] w-full items-center justify-center bg-background text-foreground">
<CometSpinner className="size-16" />
</div>
);
}