扫一扫分享
Tippy.js是一款轻量级的纯js tooltip工具提示插件。该tooltip插件功能强大,提供多种动画效果和主题效果,并允许用户自定义tooltip主题和使用html代码作为tooltip的模板。
1、安装或引入
npm install --save tippy.js
或
<link rel="stylesheet" href="css/tippy.css">
<script src='path/to/tippy.js'></script>
2、html
<button title="Tooltip">Text</button>
3、初始化
new Tippy('button')
手机预览