Context Menu

Navigation

Right-click context menu that opens at cursor position with keyboard navigation, dividers, disabled items, and AnimatePresence animation.

Loading preview...

Props

PropTypeDefaultDescription
itemsContextMenuItem[][]Array of menu items with label, optional icon, onClick, divider, and disabled flags.
childrenReact.ReactNodeThe trigger element that responds to right-click.
classNamestring''Additional CSS classes.