Tippy.js
Tippy.js是一款轻量级的纯js tooltip工具提示插件。该tooltip插件功能强大,提供多种动画效果和主题效果,并允许用户自定义tooltip主题和使用html代码作为tooltip的模板。
网站地址: https://atomiks.github.io/tippyjs/
GitHub: https://github.com/atomiks/tippyjs
Tippy.js使用
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')
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。