Skip to content
On this page

Tip 文字提示

常用于展示鼠标 hover 时的提示信息。

基础用法

内容至少要有一个Dom元素标签

OS UI
html
<os-tip content="OS UI 基于Vite + Vue3.0 前端主题框架.">
  <i class="os-icon-question os-text-primary"></i>
</os-tip>

触发方法

可更改trigger属性参数改变触发方法,目前有两种方式分别是click hover,默认为hover

插槽HTML

添加插槽content,能支持HTML

Released under the MIT License.