MenubarShortcut() — ui Function Reference
Architecture documentation for the MenubarShortcut() function in menubar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 8c5dd93a_e453_0712_1035_796f26784eb9["MenubarShortcut()"] feb74425_d8ed_04d0_82fe_8b48becd0017["menubar.tsx"] 8c5dd93a_e453_0712_1035_796f26784eb9 -->|defined in| feb74425_d8ed_04d0_82fe_8b48becd0017 style 8c5dd93a_e453_0712_1035_796f26784eb9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/menubar.tsx lines 197–211
function MenubarShortcut({
className,
...props
}: React.ComponentProps<"span">) {
return (
<span
data-slot="menubar-shortcut"
className={cn(
"text-muted-foreground ml-auto text-xs tracking-widest",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does MenubarShortcut() do?
MenubarShortcut() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/menubar.tsx.
Where is MenubarShortcut() defined?
MenubarShortcut() is defined in apps/v4/registry/new-york-v4/ui/menubar.tsx at line 197.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free