Skip to content

hudsonmarinho/simple-tooltip-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Tooltip CSS

A simple tooltip only css

Installing using the bower

bower install simple-tooltip-css
Example:

alt tag

How to use

After installing add the tag

<link rel="stylesheet" type="text/css" href="/bower_components/simple-tooltip-css/dist/css/simple-tooltip.min.css">`

Insert the attribute data-simpletooltip on the element you want

<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet.">sit amet</a>

Insert attr data-simpletooltip-help to help style

<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet." data-simpletooltip-help>sit amet</a>

Result

alt tag

About

A simple tooltip only css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published