{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "switch-custom-layout-example",
  "title": "Switch Custom Layout",
  "description": "switch-custom-layout-example",
  "registryDependencies": [
    "https://intentui.com/r/switch"
  ],
  "files": [
    {
      "path": "src/components/examples/controls/switch/switch-custom-layout-example.tsx",
      "content": "'use client'\n\nimport { Switch, SwitchField } from '@/components/ui/switch'\n\nexport default function SwitchCustomLayoutExample() {\n  return (\n    <SwitchField name=\"dark\">\n      <Switch className=\"gap-x-3 ltr:grid-cols-[auto_1fr] ltr:*:data-[slot=indicator]:col-start-1 ltr:*:data-[slot=control-label]:col-start-2\">\n        Dark mode\n      </Switch>\n    </SwitchField>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/switch-custom-layout-example/page.tsx"
    }
  ],
  "type": "registry:page"
}