Indicate an action running in the background. Unlike the loading dots, this should generally be used to indicate loading feedback in response to a user action, like for buttons, pagination, etc.
import { Spinner } from "@/components/ui/spinner-1"; export default function Default() { return <Spinner color="red" />; }
Part of Geist — browse the full library on 21st.dev.