Context Menu

Navigation

Displays a menu to the user — such as a set of actions or functions — triggered by a right-click.

Import

import { ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger, ... } from "@/components/ui/context-menu";

Usage

Default

A simple context menu with items, submenus, and shortcuts.

Right click here

API Reference

modaltrue
boolean

Whether the context menu is modal

onOpenChange
(open: boolean) => void

Event handler for open state change