Home / File/ toggle-disabled.json — ui Source File

toggle-disabled.json — ui Source File

Architecture documentation for toggle-disabled.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "toggle-disabled",
  "type": "registry:example",
  "author": "shadcn (https://ui.shadcn.com)",
  "registryDependencies": [
    "toggle"
  ],
  "files": [
    {
      "path": "examples/toggle-disabled.tsx",
      "content": "import { Underline } from \"lucide-react\"\n\nimport { Toggle } from \"@/registry/default/ui/toggle\"\n\nexport default function ToggleDisabled() {\n  return (\n    <Toggle aria-label=\"Toggle underline\" disabled>\n      <Underline className=\"h-4 w-4\" />\n    </Toggle>\n  )\n}\n",
      "type": "registry:example",
      "target": ""
    }
  ]
}

Frequently Asked Questions

What does toggle-disabled.json do?
toggle-disabled.json is a source file in the ui codebase, written in json.
Where is toggle-disabled.json in the architecture?
toggle-disabled.json is located at apps/v4/public/r/styles/default/toggle-disabled.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