Context Menu
A Context Menu component.
Preview
context-menuAuto
No dedicated preview is defined for this component yet. Add a custom entry in src/lib/component-previews.tsx to render a richer interactive demo.
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/context-menu.jsonInternal monorepo import
import { ContextMenu } from "@envo/envision-ds/context-menu";Usage
import { ContextMenu } from "@envo/envision-ds/context-menu";
export function Example() {
return <ContextMenu />;
}