码迷,mamicode.com
首页 > 编程语言 > 详细

Tippy.js – 轻量的 Javascript Tooltip 工具库

时间:2020-07-11 12:48:32      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:src   color   ack   ext5   工具   col   round   head   text3   

<html>
  <head>
    <title>Tippy</title>
  </head>
  <body>
    <button data-tippy-content="我是你大爷">Text1</button>
    <button data-tippy-content="我是你二大爷">Text2</button>
    <button data-tippy-content="我是你三大爷">Text3</button>
    <button data-tippy-content="我是你四大爷">Text4</button>
    <button data-tippy-content="我是你五大爷">Text5</button>
    <script src="https://unpkg.com/@popperjs/core@2"></script>
    <script src="https://unpkg.com/tippy.js@6"></script>
    <script>
      tippy([data-tippy-content]);
    </script>
  </body>
</html>

 

Tippy.js – 轻量的 Javascript Tooltip 工具库

标签:src   color   ack   ext5   工具   col   round   head   text3   

原文地址:https://www.cnblogs.com/phper12580/p/13283048.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!