A right-click context menu with grouped items, keyboard shortcuts, a nested submenu, and a destructive action, built on Base UI.
import { ContextMenuSubmenu } from "@/components/ui/v-context-menu-2"; export default function Default() { return ( <div className="flex min-h-72 w-full items-center justify-center p-8"> <ContextMenuSubmenu /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.