Home / File/ separator-menu.tsx — ui Source File

separator-menu.tsx — ui Source File

Architecture documentation for separator-menu.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  93ce79aa_a62f_9888_ce12_2376b17dc362["separator-menu.tsx"]
  119ced82_d82e_5c63_584a_b08878b3fdbd["separator"]
  93ce79aa_a62f_9888_ce12_2376b17dc362 --> 119ced82_d82e_5c63_584a_b08878b3fdbd
  style 93ce79aa_a62f_9888_ce12_2376b17dc362 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Separator } from "@/examples/base/ui/separator"

export function SeparatorMenu() {
  return (
    <div className="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" className="hidden md:block" />
      <div className="hidden flex-col gap-1 md:flex">
        <span className="font-medium">Help</span>
        <span className="text-muted-foreground text-xs">Support & docs</span>
      </div>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • separator

Frequently Asked Questions

What does separator-menu.tsx do?
separator-menu.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in separator-menu.tsx?
separator-menu.tsx defines 1 function(s): SeparatorMenu.
What does separator-menu.tsx depend on?
separator-menu.tsx imports 1 module(s): separator.
Where is separator-menu.tsx in the architecture?
separator-menu.tsx is located at apps/v4/examples/base/separator-menu.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free