{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "spinner", "title": "Spinner", "description": "Animated loading spinner with accessibility label", "dependencies": [ "@phosphor-icons/react" ], "registryDependencies": [ "utils" ], "files": [ { "path": "registry/new-york/ui/spinner.tsx", "content": "import { cn } from \"@/lib/utils\"\nimport { SpinnerIcon } from \"@phosphor-icons/react\"\n\nfunction Spinner({ className, ...props }: React.ComponentProps<\"svg\">) {\n return (\n \n )\n}\n\nexport { Spinner }\n", "type": "registry:ui" } ], "type": "registry:ui" }