# @lsvih/cytoscape-cxtmenu

> A circular context menu (with submenu) extension for Cytoscape.js

Latest version **3.1.7** (published 2021-10-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lsvih/cytoscape-cxtmenu
pnpm add @lsvih/cytoscape-cxtmenu
yarn add @lsvih/cytoscape-cxtmenu
bun add @lsvih/cytoscape-cxtmenu
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.7 |
| Published | 2021-10-28 |
| First published | 2019-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 75.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | lsvih |
| Maintainers | lsvih |
| Keywords | cytoscape, cytoscape-extension, context-menu, submenu |

## Links

- npm: https://www.npmjs.com/package/@lsvih/cytoscape-cxtmenu
- Repository: https://github.com/lsvih/cytoscape.js-cxtmenu
- Issues: https://github.com/lsvih/cytoscape.js-cxtmenu/issues
- npm.io page: https://npm.io/package/@lsvih/cytoscape-cxtmenu

## Recent versions

- 3.1.7 (latest) — 2021-10-28
- 3.1.6 — 2019-08-16
- 3.1.5 — 2019-08-16
- 3.1.4 — 2019-08-16
- 3.1.3 — 2019-08-16
- 3.1.2 — 2019-08-16
- 3.1.1 — 2019-08-16
- 3.1.0 — 2019-08-16

## README

cytoscape-cxtmenu
================================================================================

This project is a fork of [official repo](https://github.com/cytoscape/cytoscape.js-cxtmenu)

New features:

- Using traditional gesture for operation
- Support submenu

![Preview](https://raw.githubusercontent.com/lsvih/cytoscape.js-cxtmenu/master/preview.png)

[Demo](https://lsvih.github.io/cytoscape.js-cxtmenu/)

## Dependencies

 * Cytoscape.js ^3.2.0
 
## Install and Import

```bash
npm install @lsvih/cytoscape-cxtmenu --save
```

```js
import cxtmenu from '@lsvih/cytoscape-cxtmenu'
cytoscape.use(cxtmenu)
```
 
## Usage and Options

See [original repo](https://github.com/cytoscape/cytoscape.js-cxtmenu)

Options about submenu: refer to [demo.html](https://github.com/lsvih/cytoscape.js-cxtmenu/blob/master/demo.html)

---
_Source: https://npm.io/package/@lsvih/cytoscape-cxtmenu · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
