A simple animated loading spinner built on the Lucide Loader2 icon.
import { Spinner } from "@/components/ui/component"; export default function Particle() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background"> <Spinner /> </div> ); }
Part of coss — browse the full library on 21st.dev.