{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "switch-01",
  "title": "Default Switch",
  "description": "A default switch component",
  "registryDependencies": [
    "switch"
  ],
  "files": [
    {
      "path": "src/components/customized/switch/switch-01.tsx",
      "content": "import { Switch } from \"@/registry/ui/switch\";\n\nconst SwitchDemo = () => {\n  return <Switch />;\n};\n\nexport default SwitchDemo;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}