{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "toggle-button-default",
  "registryDependencies": [
    "https://taki-ui.com/r/toggle-button.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/toggle-button-default.tsx",
      "content": "import { BoldIcon } from \"lucide-react\"\n\nimport { ToggleButton } from \"@/registry/new-york/ui/toggle-button\"\n\nexport default function ToggleButtonDefault() {\n  return (\n    <ToggleButton aria-label=\"Toggle bold\">\n      <BoldIcon />\n    </ToggleButton>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}