Skip to main content

Tippy.js

Homepage

https://atomiks.github.io/tippyjs/

What is it?

An open-source library for creating tooltips on web pages in a nice neat fashion.

Why did we choose it?

It's well maintained, open source, and gives a very nice appearance. Trying to do tooltips manually is a nightmare, in terms of making them display neatly on any screen or page, and Tippy.js does that very well.

What do we use it for?

For icons and buttons where the user can hover over the button or icon to show the tooltip. Tippy.js is useful for this, as displaying tooltips in a neat way on any given page can be tricky, so this library helps in making the tooltips always look nice.