Skip to content

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.

License

Notifications You must be signed in to change notification settings

christianbayer/tiny-tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published