Skip to content
On this page

Get started

what's contextmenu?

Mostly, you right click on something and a menu pops up, that is called context menu.

Installation

This page is the native javascript usage guide

shell
# npm
npm i @contextmenu/core

CDN

Native JavaScript

html
<script src="https://unpkg.com/@contextmenu/core"></script>

Vue

You should add @contextmenu/core to your page as well.

html
<script src="https://unpkg.com/@contextmenu/core"></script>
<script src="https://unpkg.com/@contextmenu/vue"></script>

React

Same as Vue, you should add @contextmenu/core to your page as well.

html
<script src="https://unpkg.com/@contextmenu/core"></script>
<script src="https://unpkg.com/@contextmenu/react"></script>

Released under the MIT License.