{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "toggle3",
  "title": "Toggle",
  "description": "A two-state button that can be either on or off.",
  "files": [
    {
      "path": "contents/components/toggle/3/index.tsx",
      "content": "import { Italic } from \"lucide-react\";\n\nimport { Toggle } from \"@/components/ui/toggle\";\n\nexport default function ToggleComponent() {\n  return (\n    <Toggle variant=\"outline\" aria-label=\"Toggle italic\">\n      <Italic />\n    </Toggle>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/toggle3.tsx"
    }
  ],
  "type": "registry:component"
}