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