MCPcopy Create free account
hub / github.com/codeaashu/claude-code / DropdownMenuShortcut

Function DropdownMenuShortcut

web/components/ui/dropdown-menu.tsx:170–172  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

168DropdownMenuSeparator.displayName = RadixDropdownMenu.Separator.displayName
169
170const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => (
171 <span className={cn('ml-auto text-xs tracking-widest text-surface-500', className)} {...props} />
172)
173DropdownMenuShortcut.displayName = 'DropdownMenuShortcut'
174
175export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected