cytoscape-popper
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cytoscape-popper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Cytoscape.js extension for Popper.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-popper.js", |
@@ -7,3 +7,3 @@ cytoscape-popper | ||
A Cytoscape.js extension for integrating [Popper.js](https://popper.js.org/) ([demo](https://cytoscape.github.io/cytoscape.js-popper)) | ||
A Cytoscape.js extension for integrating [Popper.js](https://popper.js.org/) ([demo](https://cytoscape.github.io/cytoscape.js-popper)) ([tippy demo](https://cytoscape.github.io/cytoscape.js-popper/demo-tippy.html)) | ||
@@ -10,0 +10,0 @@ Popper.js allows you to dynamically align a div, e.g. a tooltip, to another element in the page. This extension allows you to use Popper.js on Cytoscape elements. This allows you to create DOM elements positioned on or around Cytoscape elements. It is useful for tooltips and overlays, for example. |
32552