ランキングに戻る
Tooltip, popover, dropdown, and menu library
tooltippopovermenucomboboxdropdownpopup
主要指標
スター成長
スター
12.3k
フォーク
540
週間成長
—
Issue
93
12.3k12.3k12.3k12.3k12.3k
7月18日7月19日7月19日7月20日7月20日7月21日7月22日
成果物npm
npm install tippyjsREADME
Demo and Documentation
➡️ View the latest demo & docs here
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 (official)
- Ember: ember-tippy (unofficial)
License
MIT
関連リポジトリ