tippy.js
The complete tooltip, popover, dropdown, and menu solution for the web
Last updated 5 years ago by atomiks .
MIT · Repository · Bugs · Original npm
$ cnpm install tippy.js 
SYNC missed versions from official npm registry.
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

Current Tags

  • 6.2.3                                ...           latest (5 years ago)
  • 6.0.0-alpha.0                                ...           next (6 years ago)

5 Versions

  • 6.3.7                                ...           4 years ago
  • 5.2.1                                ...           6 years ago
  • 6.0.0-alpha.0                                ...           6 years ago
  • 6.2.3                                ...           5 years ago
  • 4.3.5                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org