Context Menu
Displays a menu when right-clicking an element.
Preview
Right click here
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/context-menuUsage
Import the component from the package:
import { ContextMenu } from "@/registry/ui/context-menu"Then use it in your application:
<ContextMenu />Examples
Default
Right click here