ContextMenuShortcut() — ui Function Reference
Architecture documentation for the ContextMenuShortcut() function in context-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 9202d90e_175a_f71e_28da_1b3be4105ffd["ContextMenuShortcut()"] 5d105852_232b_d03d_d20e_db71f332c957["context-menu.tsx"] 9202d90e_175a_f71e_28da_1b3be4105ffd -->|defined in| 5d105852_232b_d03d_d20e_db71f332c957 style 9202d90e_175a_f71e_28da_1b3be4105ffd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/context-menu.tsx lines 168–181
const ContextMenuShortcut = ({
className,
...props
}: React.HTMLAttributes<HTMLSpanElement>) => {
return (
<span
className={cn(
"ml-auto text-xs tracking-widest text-muted-foreground",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ContextMenuShortcut() do?
ContextMenuShortcut() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/context-menu.tsx.
Where is ContextMenuShortcut() defined?
ContextMenuShortcut() is defined in deprecated/www/registry/new-york/ui/context-menu.tsx at line 168.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free