/tiny-tooltip

Tiny-Tooltip is a small tooltip that measures less than 2kb (css and js included) based on the Materialize tooltip. It is also mobile friendly and tested in different resolutions.

Primary LanguageHTMLMIT LicenseMIT

Tiny-Tooltip

Tiny-Tooltip is a small tooltip that measures less than 2kb (css and js included) based on the Materialize tooltip. It is also mobile friendly and tested in different resolutions.

Demo

Demo page here

Simple use

Create an element that will be use the tooltip:

<span class="tiny-tooltip" data-tooltip="I'm a tooltip!">Hover over me!</span>

And then initialize the tooltip:

$(".tiny-tooltip").tinyTooltip();

License

This project is licensed under the MIT License - see the LICENSE file for details