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