Description:
Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.
Preview:
Changelog:
v3.4.1 (01/05/2021)
- Update option.name to work with HTML content
v3.3.2 (10/24/2020)
- Fixed border-box issue with the divider.
v3.3.0 (09/06/2020)
- Add divider support
v3.2.0 (07/28/2020)
- Stopping event propagation on item click
Download Details:
Author: David-Desmaisons
Live Demo: https://johndatserakis.github.io/vue-simple-context-menu/
Download Link: https://github.com/johndatserakis/vue-simple-context-menu/archive/master.zip
Official Website: https://github.com/johndatserakis/vue-simple-context-menu
Install & Download:
# Yarn
$ yarn add vue-simple-context-menu
# NPM
$ npm install vue-simple-context-menu --save