{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-109",
  "type": "registry:component",
  "registryDependencies": [
    "https://coss.com/origin/r/toggle-group.json"
  ],
  "files": [
    {
      "path": "registry/default/components/comp-109.tsx",
      "content": "import {\n  ToggleGroup,\n  ToggleGroupItem,\n} from \"@/registry/default/ui/toggle-group\";\n\nexport default function Component() {\n  return (\n    <ToggleGroup className=\"inline-flex\" type=\"single\" variant=\"outline\">\n      <ToggleGroupItem value=\"left\">Left</ToggleGroupItem>\n      <ToggleGroupItem value=\"center\">Center</ToggleGroupItem>\n      <ToggleGroupItem value=\"right\">Right</ToggleGroupItem>\n    </ToggleGroup>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "style": 2,
    "tags": [
      "button",
      "toggle group"
    ]
  }
}