A loading spinner component with customizable size and color.
import { Spinner } from "@/components/ui/spinner" export default function Demo() { return ( <div className="flex items-center justify-center min-h-[400px] p-8"> <Spinner className="w-10 h-10" /> </div> ) }
Part of Spell — browse the full library on 21st.dev.