Home / Function/ SeparatorVerticalMenu() — ui Function Reference

SeparatorVerticalMenu() — ui Function Reference

Architecture documentation for the SeparatorVerticalMenu() function in separator-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5a9e19df_f4f0_18c8_84ac_71710fac170e["SeparatorVerticalMenu()"]
  b15aeb0e_284c_317e_e09f_b65eedbb8cdb["separator-example.tsx"]
  5a9e19df_f4f0_18c8_84ac_71710fac170e -->|defined in| b15aeb0e_284c_317e_e09f_b65eedbb8cdb
  style 5a9e19df_f4f0_18c8_84ac_71710fac170e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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>
  )
}

Subdomains

Frequently Asked Questions

What does SeparatorVerticalMenu() do?
SeparatorVerticalMenu() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/separator-example.tsx.
Where is SeparatorVerticalMenu() defined?
SeparatorVerticalMenu() is defined in apps/v4/registry/bases/base/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