← All toggles
720
1 Run the shadcn CLI
npx shadcn@latest add https://toggles.dev/r/spin
2 Import and use
import { Spin } from "@/components/ui/spin";

export default function App() {
  return <Spin />;
}