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
派生數535
提交數1.4k
已啟用問題?
問題數941
打開的問題數93
拉請求數155
打開的拉請求數11
關閉的拉請求數25
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
JavaScript

tippyjs-react

React component for Tippy.js (official)