Home / File/ switch-demo.json — ui Source File

switch-demo.json — ui Source File

Architecture documentation for switch-demo.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "switch-demo",
  "type": "registry:example",
  "registryDependencies": [
    "switch"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/switch-demo.tsx",
      "content": "import { Label } from \"@/registry/new-york-v4/ui/label\"\nimport { Switch } from \"@/registry/new-york-v4/ui/switch\"\n\nexport default function SwitchDemo() {\n  return (\n    <div className=\"flex items-center space-x-2\">\n      <Switch id=\"airplane-mode\" />\n      <Label htmlFor=\"airplane-mode\">Airplane Mode</Label>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}

Frequently Asked Questions

What does switch-demo.json do?
switch-demo.json is a source file in the ui codebase, written in json.
Where is switch-demo.json in the architecture?
switch-demo.json is located at deprecated/www/public/r/styles/new-york-v4/switch-demo.json (directory: deprecated/www/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free