CommandMenuKbd() — ui Function Reference
Architecture documentation for the CommandMenuKbd() function in command-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD aa8c9714_bfe3_db42_6782_e20355962fb1["CommandMenuKbd()"] f230e63c_c621_4fb0_5506_e74b21915cf5["command-menu.tsx"] aa8c9714_bfe3_db42_6782_e20355962fb1 -->|defined in| f230e63c_c621_4fb0_5506_e74b21915cf5 style aa8c9714_bfe3_db42_6782_e20355962fb1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/components/command-menu.tsx lines 506–516
function CommandMenuKbd({ className, ...props }: React.ComponentProps<"kbd">) {
return (
<kbd
className={cn(
"bg-background text-muted-foreground pointer-events-none flex h-5 items-center justify-center gap-1 rounded border px-1 font-sans text-[0.7rem] font-medium select-none [&_svg:not([class*='size-'])]:size-3",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does CommandMenuKbd() do?
CommandMenuKbd() is a function in the ui codebase, defined in apps/v4/components/command-menu.tsx.
Where is CommandMenuKbd() defined?
CommandMenuKbd() is defined in apps/v4/components/command-menu.tsx at line 506.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free