tip

1.1.4 • Public • Published

tip

NPM version Downloads Dependency Status

Simple Tip plugin

Installation

npm i tip

Usage

online demo

var Tip = require('tip')
 
$(function() {
    var tip = Tip($('<div>tip</div>'))
    tip.attach('.target')
})

Support

IE6+

Api

var tip = Tip(nodelist, options)

Options

  • stay Boolean, if true then won't hide after mouseleave
  • offsetHook Function, change raw offset

CSS

Custom style by lessc

import "tip/style.less";
 
@tip-arrow-size: 7px; // arrow size 
@tip-name: mytip; // class namespace, remember to change name in js also 

License

License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.4
    2
    • latest

Version History

Package Sidebar

Install

npm i tip

Weekly Downloads

11

Version

1.1.4

License

ISC

Last publish

Collaborators

  • ftft1885