{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-base-switch",
  "title": "Switch Demo",
  "description": "Demo showing a switch.",
  "registryDependencies": [
    "@animate-ui/components-base-switch"
  ],
  "files": [
    {
      "path": "registry/demo/components/base/switch/index.tsx",
      "content": "import { Label } from '@/components/ui/label';\nimport { Switch } from '@/components/animate-ui/components/base/switch';\n\nexport function BaseSwitchDemo() {\n  return (\n    <Label className=\"flex items-center gap-x-3\">\n      <Switch />\n      Airplane Mode\n    </Label>\n  );\n}\n",
      "type": "registry:ui",
      "target": "components/animate-ui/demo/components/base/switch.tsx"
    }
  ],
  "type": "registry:ui"
}