{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "spinner", "dependencies": [ "lucide-react" ], "registryDependencies": [ "utils" ], "files": [ { "path": "registry/new-york-v4/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" }