# @vaadin/context-menu A web component that can be attached to any component to display a context menu. [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/context-menu) [![npm version](https://badgen.net/npm/v/@vaadin/context-menu)](https://www.npmjs.com/package/@vaadin/context-menu) ```html Open a context menu with right click or with long touch. ``` [Screenshot of vaadin-context-menu](https://vaadin.com/docs/latest/components/context-menu) **Note:** [``](https://github.com/vaadin/vaadin-list-box) component used in the above example should be installed and imported separately. ## Installation Install the component: ```sh npm i @vaadin/context-menu ``` Once installed, import the component in your application: ```js import '@vaadin/context-menu'; ``` ## License Apache License 2.0 Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.