랭킹으로 돌아가기
Tooltip, popover, dropdown, and menu library
tooltippopovermenucomboboxdropdownpopup
주요 지표
스타 성장
스타
12.3k
포크
540
주간 성장
—
이슈
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
관련 저장소