MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / DropdownMenuShortcut

Function DropdownMenuShortcut

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

Source from the content-addressed store, hash-verified

156DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
157
158const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => {
159 return <span className={cn("ml-auto text-xs tracking-widest opacity-60", className)} {...props} />;
160};
161DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
162
163export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected