{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group-nested", "type": "registry:example", "registryDependencies": [ "button-group" ], "files": [ { "path": "registry/new-york-v4/examples/button-group-nested.tsx", "content": "\"use client\"\n\nimport { ArrowLeftIcon, ArrowRightIcon } from \"lucide-react\"\n\nimport { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { ButtonGroup } from \"@/registry/new-york-v4/ui/button-group\"\n\nexport default function ButtonGroupNested() {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n )\n}\n", "type": "registry:example" } ] }