SeparatorVerticalMenu() — ui Function Reference
Architecture documentation for the SeparatorVerticalMenu() function in separator-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 0a6c02c3_5d12_46c7_916b_44f48218c819["SeparatorVerticalMenu()"] 000a9822_b5e2_b69b_0883_016b0cfeef34["separator-example.tsx"] 0a6c02c3_5d12_46c7_916b_44f48218c819 -->|defined in| 000a9822_b5e2_b69b_0883_016b0cfeef34 style 0a6c02c3_5d12_46c7_916b_44f48218c819 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/separator-example.tsx lines 52–77
function SeparatorVerticalMenu() {
return (
<Example title="Vertical Menu">
<div className="style-lyra:text-xs/relaxed flex items-center gap-2 text-sm md:gap-4">
<div className="flex flex-col gap-1">
<span className="font-medium">Settings</span>
<span className="text-muted-foreground text-xs">
Manage preferences
</span>
</div>
<Separator orientation="vertical" />
<div className="flex flex-col gap-1">
<span className="font-medium">Account</span>
<span className="text-muted-foreground text-xs">
Profile & security
</span>
</div>
<Separator orientation="vertical" />
<div className="flex flex-col gap-1">
<span className="font-medium">Help</span>
<span className="text-muted-foreground text-xs">Support & docs</span>
</div>
</div>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does SeparatorVerticalMenu() do?
SeparatorVerticalMenu() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/separator-example.tsx.
Where is SeparatorVerticalMenu() defined?
SeparatorVerticalMenu() is defined in apps/v4/registry/bases/radix/examples/separator-example.tsx at line 52.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free