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.
- Host: GitHub
- URL: https://github.com/repalash/simple-context-menus-js
- Owner: repalash
- Created: 2022-06-14T11:46:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T11:53:45.000Z (about 4 years ago)
- Last Synced: 2025-01-17T10:12:10.661Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```