stylexcn

Context Menu

Right-click menu. Use the dashed box on the demo page.

Preview

Right click here

Installation

pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/context-menu.json
pnpm dlx shadcn@latest add @stylexcn/context-menu

Usage

<ContextMenu>
  <ContextMenuTrigger>Right click here</ContextMenuTrigger>
  <ContextMenuContent>
    <ContextMenuItem>Back</ContextMenuItem>
  </ContextMenuContent>
</ContextMenu>