nwt

Tooltips/Popovers

Both the bootstrap tooltips and popover controls have been consolidated into a single `tooltip` plugin.

This works slightly different than Bootstrap, as it's entirely markup based to trgger a tooltip or popover.

Example tooltip

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

Usage

Markup, simply specify the data-tooltip attribute:

<a href="#" data-tooltip="An interesting tidbit">some link</a>

Example popover

Usage

Specify the data-layout="popover" attribute. You can also specify a data-tooltip attribute as the body, and a data-title attribute as the title.

<a href="#" class="btn btn-danger" data-layout="popover" data-tooltip="My Content" data-title="A Title">hover for popover</a>