文件名称:tipp:可行的工具提示
文件大小:30KB
文件格式:ZIP
更新时间:2024-06-01 00:23:01
JavaScript
小费 实用的工具提示。 特征 没有jQuery 没有CSS包含 无限可定制 表演者 自动重新定位 方向(左上,下,右) 安装 npm install tipp 用法 使用HTML属性: 标记: < button tooltip =" YOLO! " tooltip-orientation =" top " tooltip-class =" simple " > Buy Now </ button > 初始化: tipp ( ) 使用API 初始化: tipp ( button , 'YOLO!' , { orientation : 'top' , class : 'simple' } ) 执照 麻省理工学院
【文件预览】:
tipp-master
----example()
--------index.js(1KB)
--------index.css(766B)
----index.js(5KB)
----package.json(976B)
----tipp.css(2KB)
----Readme.md(529B)
----dist()
--------tipp.min.js(26KB)
--------tipp.js(61KB)
----.npmignore(29B)
----.gitignore(13B)
----History.md(513B)
----Makefile(588B)
----tipp.html(155B)