Components
Loading preview...
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.
@shugar
npx shadcn@latest add https://21st.dev/r/shugar/spinner-1import { Spinner } from "@/components/ui/spinner-1";
export default function Default() {
return <Spinner />;
}