Home / Function/ MenubarShortcut() — ui Function Reference

MenubarShortcut() — ui Function Reference

Architecture documentation for the MenubarShortcut() function in menubar.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  6c604644_4abb_1935_37d6_756ffdc59cce["MenubarShortcut()"]
  255de0b4_ce6e_a211_2c9c_c25d7ceab072["menubar.tsx"]
  6c604644_4abb_1935_37d6_756ffdc59cce -->|defined in| 255de0b4_ce6e_a211_2c9c_c25d7ceab072
  style 6c604644_4abb_1935_37d6_756ffdc59cce fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/ui/menubar.tsx lines 223–236

const MenubarShortcut = ({
  className,
  ...props
}: React.HTMLAttributes<HTMLSpanElement>) => {
  return (
    <span
      className={cn(
        "ml-auto text-xs tracking-widest text-muted-foreground",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does MenubarShortcut() do?
MenubarShortcut() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/menubar.tsx.
Where is MenubarShortcut() defined?
MenubarShortcut() is defined in deprecated/www/registry/new-york/ui/menubar.tsx at line 223.

Analyze Your Own Codebase

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

Try Supermodel Free