MCPcopy Index your code
hub / github.com/code-hike/codehike / DropdownMenuShortcut

Function DropdownMenuShortcut

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

Source from the content-addressed store, hash-verified

169DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName
170
171const DropdownMenuShortcut = ({
172 className,
173 ...props
174}: React.HTMLAttributes<HTMLSpanElement>) => {
175 return (
176 <span
177 className={cn("ml-auto text-xs tracking-widest opacity-60", className)}
178 {...props}
179 />
180 )
181}
182DropdownMenuShortcut.displayName = "DropdownMenuShortcut"
183
184export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…