Socket
Book a DemoInstallSign in
Socket

bs-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-tooltip

Component Description

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

bs-tooltip

A simple tooltip widget for the beanstalk style guide

Requirements

  • Angular 1.3
  • jQuery

Installation

  • Install through npm npm install --save bs-tooltip
  • 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/

FAQs

Package last updated on 18 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts