MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / DropdownMenuShortcut

Function DropdownMenuShortcut

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected