SkillAgentSearch skills...

Tooltip

CSS Tooltips built on Tether. #hubspot-open-source

Install / Use

/learn @HubSpot/Tooltip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tooltip

GitHub
version

Tooltip.js is a Javascript and CSS library for creating styleable tooltips.

Install

Dependencies

Installing via npm and bower will bring in the above dependencies as well.

npm

$ npm install tether-tooltip

bower

$ bower install tether-tooltip

Usage

let tooltipInstance = new Tooltip({
  target: document.querySelector('.tooltip-target'),
  content: "My awesome <b>content</b>.",
  classes: 'tooltip-tether-arrows',
  position: 'top left'
})

API Documentation

Demo

Contributing

We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.

License

Copyright © 2015 HubSpot - MIT License

View on GitHub
GitHub Stars711
CategoryDevelopment
Updated2mo ago
Forks71

Languages

CSS

Security Score

95/100

Audited on Jan 22, 2026

No findings