輕量的純 JavaScript 動態提示工具插件庫

Tippy.js

Tippy.js是一款輕量級的純js tooltip工具提示插件。該tooltip插件功能強大,提供多種動畫效果和主題效果,並容許用戶自定義tooltip主題和使用html代碼做爲tooltip的模板。

089c1592cd01423c886a92f4fcde1a8e.jpg

網站地址: https://atomiks.github.io/tippyjs/
GitHub: https://github.com/atomiks/tippyjscss

Tippy.js使用 

1.安裝或引入html

npm install --save tippy.js

git

<link rel="stylesheet" href="css/tippy.css">
<script src='path/to/tippy.js'></script>

2.htmlgithub

<button title="Tooltip">Text</button>

3.初始化npm

new Tippy('button')
相關文章
相關標籤/搜索