1.2.0 • Published 9 years ago

bs-tooltip v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

bs-tooltip

A simple tooltip widget for the beanstalk style guide

Requirements

  • Angular 1.3
  • jQuery

Installation

  1. Install through npm npm install --save bs-tooltip
  2. Make sure your app depends upon 'bs-tooltip':
angular.module('app', ['bs-tooltip']);

Usage

Markup:

<input type="text" bs-tooltip="Hey this is the messag"/>

If you'd like the tooltip instantly render, include the bs-tooltip-instant attribute:

<input type="text" bs-tooltip="Hey this is the messag" bs-tooltip-instant/>

Demo

http://beanstalkhq.github.io/bs-tooltip/

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago