svelte simple tooltip:放置在HTML元素上的非常简单的Svelte工具提示操作 源码
简洁易用的工具提示 放置在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
下载地址
用户评论