{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-loading", "type": "registry:example", "registryDependencies": [ "button" ], "files": [ { "path": "registry/new-york-v4/examples/button-loading.tsx", "content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { Spinner } from \"@/registry/new-york-v4/ui/spinner\"\n\nexport default function ButtonLoading() {\n return (\n \n )\n}\n", "type": "registry:example" } ] }