Context Menu

A list of options that appears when a user interacts right-clicking on a trigger element.

Import#

import {
ContextMenu,
ContextMenuTrigger,
ContextMenuList,
ContextMenuItem,
} from '@saas-ui/react'

Usage#

Was this helpful?