Context Menu
Displays a menu to the user triggered by a right-click or long-press.
Right click here
Installation
npx shadcn@latest add @uipath/context-menuUsage
import {
ContextMenu,
ContextMenuContent,
ContextMenuItem,
ContextMenuTrigger,
} from "@/components/ui/context-menu"