rb-tooltip

1.5.0 • Public • Published

rb-tooltip

A javascript module to create tooltips on mouseover of any dom element

To use the module

var Tooltip = require('rb-tooltip');

var dom_tooltip = Tooltip();

dom_tooltip.init("dom elem to be bound with the tooltip", "

Tooltip HTML
",//html string for tooltip {placement : "top"} // default "bottom" );

Package Sidebar

Install

npm i rb-tooltip

Weekly Downloads

2

Version

1.5.0

License

GNU GENERAL PUBLIC LICENSE

Last publish

Collaborators

  • sudiproy89