svelte-simple-tooltip:放置在HTML元素上的非常简单的Svelte工具提示操作

时间:2024-03-27 20:07:52
【文件属性】:

文件名称:svelte-simple-tooltip:放置在HTML元素上的非常简单的Svelte工具提示操作

文件大小:79KB

文件格式:ZIP

更新时间:2024-03-27 20:07:52

JavaScript

简洁易用的工具提示 放置在HTML元素上的非常简单的Svelte工具提示操作 用法 import tooltip from './tooltip.js'; use:tooltip={options} options = { title: 'Title of the tooltip ', body: 'Body fo the tooltip ', opacity: 1 , bodyClassList: 'class1-i-want-to-add-to-component class2 ', titleClassList: '' } 例子 { opacity: 1, title: 'My title', body: 'Testing to write a littl


【文件预览】:
svelte-simple-tooltip-main
----tooltip.js(3KB)
----tooltip_0.gif(93KB)
----LICENSE(1KB)
----.gitignore(2KB)
----README.md(1KB)

网友评论