https://github.com/vitalk/classy-tooltip
A pure CSS tooltip
https://github.com/vitalk/classy-tooltip
Last synced: about 1 month ago
JSON representation
A pure CSS tooltip
- Host: GitHub
- URL: https://github.com/vitalk/classy-tooltip
- Owner: vitalk
- Created: 2015-05-31T12:12:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T11:10:45.000Z (almost 11 years ago)
- Last Synced: 2026-03-25T14:22:38.127Z (4 months ago)
- Language: CSS
- Homepage: http://jsbin.com/potata
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Classy tooltip
==============
A pure CSS tooltip. It does not rely on JavaScript and rather uses
`area-label` attribute, pseudo elements and `content` property to create a
tooltip body and bubble.
Installation
------------
The recommended installation method is a [bower](http://bower.io):
```sh
bower install --save classy-tooltip
```
Usage
-----
```html
What is the meaning of life, the universe and everything?
```
License
-------
Licensed under the [MIT license](http://mit-license.org/vitalk).