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
  f27f78af_4e65_7713_6d53_c3d756ac0297["separator-menu.tsx"]
  b9edc1c7_b7c5_336c_067b_ecb7e26f1bc3["separator"]
  f27f78af_4e65_7713_6d53_c3d756ac0297 --> b9edc1c7_b7c5_336c_067b_ecb7e26f1bc3
  style f27f78af_4e65_7713_6d53_c3d756ac0297 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Separator } from "@/examples/radix/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/radix/separator-menu.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free