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