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