tippyjs

Highly customizable tooltip and popover library

Github星跟踪图

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

主要指标

概览
名称与所有者atomiks/tippyjs
主编程语言JavaScript
编程语言CSS (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2017-04-01 06:51:35
推送于2024-05-27 19:00:23
最后一次提交2022-02-05 03:49:20
发布数101
最新版本名称v6.3.7 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数12.2k
关注者数85
派生数533
提交数1.4k
已启用问题?
问题数941
打开的问题数93
拉请求数155
打开的拉请求数11
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?