Two-phase Lottie spiral loader for streaming agents. Self-contained port from 21st.dev Agent Elements.
import { SpiralLoader } from "@/components/ui/spiral-loader"; export default function Demo() { return ( <div className="flex h-full w-full items-center justify-center p-8"> <SpiralLoader size={24} /> </div> ); }
Part of Agent Elements — browse the full library on 21st.dev.