纯 CSS 工具提示库 Tootik

码农软件 · 软件分类 · CSS框架 · 2019-04-20 12:57:42

软件介绍

Tootik

纯 CSS / SCSS / LESS 工具提示库。 超级好用,不需要 JavaScript。

工具提示生成器:

安装

CDN:

https://unpkg.com/tootik@1.0.2/css/tootik.min.css

使用 npm:

npm install tootik

使用 bower:

bower install tootik

手动:从此 repo 或从演示网站下载 tootik.min.css,并将其添加到您的 HTML。 例如:

<link rel="stylesheet" href="path/to/tootik.min.css">

在元素中定义 data-tootik 属性:

<span data-tootik="...">...</span>

此外,您可以定义 data-tootik-conf 属性以更改位置或使用功能:

<span data-tootik="..." data-tootik-conf="...">...</span>

本文地址:https://codercto.com/soft/d/3992.html

Weaving the Web

Weaving the Web

Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00

Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试