{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "spinner", "title": "Spinner", "dependencies": [ "lucide-react@^1.31.0" ], "registryDependencies": [ "https://samlinville.github.io/slds/r/utils.json" ], "files": [ { "path": "src/components/ui/spinner.tsx", "content": "import { cn } from \"@/lib/utils\"\nimport { Loader2Icon } from \"lucide-react\"\n\nfunction Spinner({ className, ...props }: React.ComponentProps<\"svg\">) {\n return (\n \n )\n}\n\nexport { Spinner }\n", "type": "registry:ui" } ], "type": "registry:ui" }