- Bower (Deprecated):
bower install cuetip
- Yarn (Recommended):
yarn add cuetip
- CDN via unpkg: unpkg.com/cuetip
- Latest release
Simple CSS-only tooltips!
cuetip is a simple pure-CSS tooltip component designed to be dropped into your project.
If desired, you can configure it with Sass variables or generate a custom build. New!
bower install cuetip
yarn add cuetip
<span>Lorem ipsum</span>
[data-tooltip]
attribute:
<span data-tooltip="I'm a tooltip!">Lorem ipsum</span>
<span class="tooltip--bottom" data-tooltip="I'm a tooltip!">Lorem ipsum</span>