{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-114",
  "type": "registry:component",
  "registryDependencies": [
    "https://coss.com/origin/r/button.json"
  ],
  "files": [
    {
      "path": "registry/default/components/comp-114.tsx",
      "content": "import { ChevronDownIcon, GitForkIcon } from \"lucide-react\";\n\nimport { Button } from \"@/registry/default/ui/button\";\n\nexport default function Component() {\n  return (\n    <div className=\"inline-flex divide-x divide-primary-foreground/30 rounded-md shadow-xs rtl:space-x-reverse\">\n      <Button className=\"rounded-none shadow-none first:rounded-s-md last:rounded-e-md focus-visible:z-10\">\n        <GitForkIcon aria-hidden=\"true\" className=\"opacity-60\" size={16} />\n        Fork\n        <span className=\"-me-1 ms-1 inline-flex h-5 max-h-full items-center rounded border border-primary-foreground/30 px-1 font-[inherit] font-medium text-[0.625rem] text-primary-foreground/60\">\n          18\n        </span>\n      </Button>\n      <Button\n        aria-label=\"Options\"\n        className=\"rounded-none shadow-none first:rounded-s-md last:rounded-e-md focus-visible:z-10\"\n        size=\"icon\"\n      >\n        <ChevronDownIcon aria-hidden=\"true\" size={16} />\n      </Button>\n    </div>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "style": 2,
    "tags": [
      "button",
      "dropdown",
      "counter"
    ]
  }
}