toggle-disabled.tsx — ui Source File
Architecture documentation for toggle-disabled.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 487c365c_2dca_9f14_6a70_7eb8068e129e["toggle-disabled.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 487c365c_2dca_9f14_6a70_7eb8068e129e --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 cb91aac3_a5fe_6b34_a821_cefdace689f5["toggle"] 487c365c_2dca_9f14_6a70_7eb8068e129e --> cb91aac3_a5fe_6b34_a821_cefdace689f5 style 487c365c_2dca_9f14_6a70_7eb8068e129e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Underline } from "lucide-react"
import { Toggle } from "@/registry/new-york/ui/toggle"
export function ToggleDisabled() {
return (
<Toggle aria-label="Toggle italic" disabled>
<Underline className="h-4 w-4" />
</Toggle>
)
}
Domain
Subdomains
Functions
Dependencies
- lucide-react
- toggle
Source
Frequently Asked Questions
What does toggle-disabled.tsx do?
toggle-disabled.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in toggle-disabled.tsx?
toggle-disabled.tsx defines 1 function(s): ToggleDisabled.
What does toggle-disabled.tsx depend on?
toggle-disabled.tsx imports 2 module(s): lucide-react, toggle.
Where is toggle-disabled.tsx in the architecture?
toggle-disabled.tsx is located at deprecated/www/registry/new-york/internal/sink/components/toggle-disabled.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal/sink/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free