1. tippy.js
The complete tooltip, popover, dropdown, and menu solution for the web
tippy.js
Package: tippy.js
Created by: atomiks
Last modified: Thu, 27 Jul 2023 08:50:19 GMT
Version: 6.3.7
License: MIT
Downloads: 7,349,503
Repository: https://github.com/atomiks/tippyjs

Install

npm install tippy.js
yarn add tippy.js
Tippy.js logo

Tippy.js

The complete tooltip, popover, dropdown, and menu solution for the web

npm Downloads per Month MIT License

Demo and Documentation

➡️ View the latest demo & docs here

Migration Guide

Installation

Package Managers

 # npm
npm i tippy.js

# Yarn
yarn add tippy.js

Import the tippy constructor and the core CSS:

 import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';

CDN

 <script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>

The core CSS comes bundled with the default unpkg import.

Usage

For detailed usage information,
visit the docs.

Component Wrappers

React: @tippyjs/react

License

MIT

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code