@128technology/darsain-tooltip
v0.3.3
Published
Version of darsain tooltip library, packaged for private NPM repository
Downloads
8
Keywords
Readme
Tooltip
JavaScript library for basic tooltip implementation.
Tooltip doesn't provide bindings to user interaction (like displaying on hover). It is designed to be consumed by
wrappers like darsain/tooltips
, form validation libraries, etc.
Supports typed classes, and effects via seamless CSS transitions (you don't have to define transition durations in JavaScript).
Support
Starts at IE8, but Tooltip arrows are styled for IE9+. If you care, just restyle the
.tooltip:after
arrow with IE8 in mind.
Other browsers just work.
Install
component install darsain/tooltip
Download
Standalone build of a latest stable version:
tooltip.zip
- combined archivetooltip.js
- 25 KB sourcemappedtooltip.min.js
- 10 KB, 2KB gzippedtooltip.css
- 4.5 KB including transitions & types
When isolating issues on jsfiddle, use the tooltip.js
URL above.
Documentation
Can be found in the docs directory.
License
MIT