ftooltip

0.2.2 • Public • Published

ftooltip

Simple floating tooltips

Usage:

var ftooltip = require('ftooltip');

ftooltip(dom_node, 'hello world');

Shown on mouse over:

screenshot

The tooltip tracks the mouse movement and is removed on mouse out. Multiple lines and custom elements can be added (see demo.js, npm start).

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ftooltip

Weekly Downloads

4

Version

0.2.2

License

MIT

Last publish

Collaborators

  • deathcap