toggle-lg.json — ui Source File
Architecture documentation for toggle-lg.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "toggle-lg",
"registryDependencies": [
"toggle"
],
"files": [
{
"path": "registry/new-york-v4/examples/toggle-lg.tsx",
"content": "import { Italic } from \"lucide-react\"\n\nimport { Toggle } from \"@/registry/new-york-v4/ui/toggle\"\n\nexport default function ToggleLg() {\n return (\n <Toggle size=\"lg\" aria-label=\"Toggle italic\">\n <Italic />\n </Toggle>\n )\n}\n",
"type": "registry:example"
}
],
"type": "registry:example"
}
Source
Frequently Asked Questions
What does toggle-lg.json do?
toggle-lg.json is a source file in the ui codebase, written in json.
Where is toggle-lg.json in the architecture?
toggle-lg.json is located at apps/v4/public/r/styles/new-york-v4/toggle-lg.json (directory: apps/v4/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