tipp

Tool tips that just work.

Downloads
27
Stars
31

tipp

Tool tips that just work.

Features

  • No jQuery
  • No CSS to include
  • Infinitely Customizable
  • Performant
  • Auto-repositioning
  • Orientations (top left, bottom, right)

Installation

npm install tipp

Usage

  1. Using HTML attributes:

Markup:

<button tooltip="YOLO!" tooltip-orientation="top" tooltip-class="simple">Buy Now</button>

Initialize:

tipp()
  1. Using the API

Initialize:

tipp(button, 'YOLO!', {
  orientation: 'top',
  class: 'simple'
})

License

MIT

Package Rankings
Top 19.94% on Npmjs.org