An open API service indexing awesome lists of open source software.

https://github.com/repalash/simple-context-menus-js

Simple native style context menus for use in browsers.
https://github.com/repalash/simple-context-menus-js

Last synced: 11 months ago
JSON representation

Simple native style context menus for use in browsers.

Awesome Lists containing this project

README

          

# Simple Context Menus
Simple custom context menu implementation for browsers.

Includes:

- [x] Text only context menu (Right click Menu)
- [ ] Advanced context menu with icons, shortcuts, sections
- [ ] Nested menus
- [ ] Context grid (image/icon)

## Demo
Basic: https://repalash.com/simple-context-menus-js/

## Used By

* WebGi: [https://webgi.xyz/](https://webgi.xyz/)

## Running
First install the dependencies:
```bash
npm install
```

To run the project in development mode:
```bash
npm start
```
Then navigate to [http://localhost:1234/index.html](http://localhost:1234/index.html) in a web browser to see the demo.

To build the project for production:
```bash
npm run build
```