{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "toggle-button-size",
  "registryDependencies": [
    "https://taki-ui.com/r/toggle-button.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/toggle-button-size.tsx",
      "content": "import { BoldIcon } from \"lucide-react\"\n\nimport { ToggleButton } from \"@/registry/new-york/ui/toggle-button\"\n\nexport default function ToggleButtonSize() {\n  return (\n    <div className=\"flex flex-wrap items-center gap-2\">\n      <ToggleButton variant=\"outline\" size=\"sm\" aria-label=\"Toggle bold\">\n        <BoldIcon />\n      </ToggleButton>\n      <ToggleButton variant=\"outline\" aria-label=\"Toggle bold\">\n        <BoldIcon />\n      </ToggleButton>\n      <ToggleButton variant=\"outline\" size=\"lg\" aria-label=\"Toggle bold\">\n        <BoldIcon />\n      </ToggleButton>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}