ContextMenu
Right-click menu anchored at the pointer; a Menu in a Popover, so keyboard users get it via the item's own actions.
Playground
Right-click (or long-press) the card.
<ContextMenu
onAction={handle}
menu={<><MenuItem id="open">Open</MenuItem><MenuItem id="copy">Copy link</MenuItem><MenuSeparator /><MenuItem id="archive">Archive</MenuItem></>}
>
<ObjectCard type="contact" title="Alice Chen" />
</ContextMenu>Right-click me