MCPcopy Create free account
hub / github.com/Seanium/ChatMap / ContextMenuShortcut

Function ContextMenuShortcut

components/ui/context-menu.tsx:168–181  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

166ContextMenuSeparator.displayName = ContextMenuPrimitive.Separator.displayName
167
168const ContextMenuShortcut = ({
169 className,
170 ...props
171}: React.HTMLAttributes<HTMLSpanElement>) => {
172 return (
173 <span
174 className={cn(
175 "ml-auto text-xs tracking-widest text-muted-foreground",
176 className
177 )}
178 {...props}
179 />
180 )
181}
182ContextMenuShortcut.displayName = "ContextMenuShortcut"
183
184export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected