Web Component for showing context dependent items for any element on the page
html
Open a context menu with right click or with long touch.
`
Note: component used in the above example should be installed and imported separately.
Installation
Install the component:
`sh
npm i @logo-elements/context-menu -s
`
Once installed, import the component in your application:
`js
import '@logo-elements/context-menu';
``