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",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"switch"
],
"files": [
{
"path": "examples/switch-demo.tsx",
"content": "import { Label } from \"@/registry/default/ui/label\"\nimport { Switch } from \"@/registry/default/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",
"target": ""
}
]
}
Source
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 apps/v4/public/r/styles/default/switch-demo.json (directory: apps/v4/public/r/styles/default).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free