Factory for Good

Context Menu

Displays a menu of actions triggered by a right click.

Right-click here

Installation

pnpm dlx shadcn@latest add context-menu

Usage

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

Displays a menu of actions triggered by a right click.

On this page