bs-tooltip

1.2.0 • Public • Published

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/

Dependents (0)

Package Sidebar

Install

npm i bs-tooltip

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • blittle