toggle-outline.tsx — ui Source File
Architecture documentation for toggle-outline.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR addc7ecf_0153_c7b6_6877_73db77f739a5["toggle-outline.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] addc7ecf_0153_c7b6_6877_73db77f739a5 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 e32518d5_161b_68da_2fcc_37a318659d51["toggle"] addc7ecf_0153_c7b6_6877_73db77f739a5 --> e32518d5_161b_68da_2fcc_37a318659d51 style addc7ecf_0153_c7b6_6877_73db77f739a5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Italic } from "lucide-react"
import { Toggle } from "@/registry/default/ui/toggle"
export default function ToggleOutline() {
return (
<Toggle variant="outline" aria-label="Toggle italic">
<Italic className="h-4 w-4" />
</Toggle>
)
}
Domain
Subdomains
Functions
Dependencies
- lucide-react
- toggle
Source
Frequently Asked Questions
What does toggle-outline.tsx do?
toggle-outline.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-outline.tsx?
toggle-outline.tsx defines 1 function(s): ToggleOutline.
What does toggle-outline.tsx depend on?
toggle-outline.tsx imports 2 module(s): lucide-react, toggle.
Where is toggle-outline.tsx in the architecture?
toggle-outline.tsx is located at deprecated/www/registry/default/examples/toggle-outline.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free