{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group-orientation", "type": "registry:example", "registryDependencies": [ "button-group" ], "files": [ { "path": "registry/new-york-v4/examples/button-group-orientation.tsx", "content": "import { MinusIcon, PlusIcon } 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 ButtonGroupOrientation() {\n return (\n \n \n \n \n )\n}\n", "type": "registry:example" } ] }