MCPcopy Create free account
hub / github.com/code100x/daily-code / DropdownMenuShortcut

Function DropdownMenuShortcut

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected