Web Component for showing context dependent items for any element on the page
npm install @vaadin/context-menuA web component that can be attached to any component to display a context menu.

``html
Open a context menu with right click or with long touch.
`
Note:
Install the component:
`sh`
npm i @vaadin/context-menu
Once installed, import the component in your application:
`js``
import '@vaadin/context-menu';
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.