tippyjs

Highly customizable tooltip and popover library

Github stars Tracking Chart

Demo and Documentation

➡️ View the latest demo & docs here

View migration guide from v4 to v5

4.x docs

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/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@5"></script>

The core CSS comes bundled with the default unpkg import.

Usage

For detailed usage information, visit the docs.

Component Wrappers

React: @tippy.js/react

License

MIT

Main metrics

Overview
Name With Owneratomiks/tippyjs
Primary LanguageJavaScript
Program languageCSS (Language Count: 6)
Platform
License:MIT License
所有者活动
Created At2017-04-01 06:51:35
Pushed At2024-05-27 19:00:23
Last Commit At2022-02-05 03:49:20
Release Count101
Last Release Namev6.3.7 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count12.2k
Watchers Count85
Fork Count533
Commits Count1.4k
Has Issues Enabled
Issues Count941
Issue Open Count93
Pull Requests Count155
Pull Requests Open Count11
Pull Requests Close Count25
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private