[![Build Status](https://travis-ci.org/emepyc/tnt.tooltip.svg?branch=master)](https://travis-ci.org/emepyc/tnt.tooltip)
[![NPM version](https://badge-me.herokuapp.com/api/npm/tnt.tooltip.png)](http://badges.enytc.com/for/npm/tnt.tooltip)

# TnT Tooltip
TnT Tooltip is a basic tooltip library for [TnT](http://tntvis.github.io/tnt) although it is not restricted to [TnT](http://tntvis.github.io/tnt) and can be used on its own. Although it is very flexible and light, this library has not been developed as a general fully-featured tooltip library that matches all possible scenarios.

Check out the complete [documentation](http://tntvis.github.io/tnt.tooltip/).

Check out the [examples](http://tntvis.github.io/tnt.tooltip/examples/)

## Installation

- npm:

```
npm install tnt.tooltip
```

- github:

```
git clone https://github.com/tntvis/tnt.tooltip
cd tnt.tooltip
npm install
gulp build-browser
```

## Feedback
Please, send any feedback to emepyc@gmail.com. Bug reports and feature requests are welcome in the [issue tracker](https://github.com/tntvis/tnt.tooltip/issues)
