Skip to content

Tooltip 文字气泡

鼠标悬停、聚焦或点击在某个组件时,弹出的文字提示。

基本用法

鼠标移入,气泡出现,鼠标移出,气泡消失。

自定义背景颜色

通过 background-color 属性自定义背景颜色。

位置

文字气泡支持 12 个不同的方位。设置 tu-tooltip 元素属性的 position 值为 `tl` `top` `tr` `bl` `bottom` `br` `lt` `left` `lb` `rt` `right` `rb`来配置方位。

气泡尺寸

tu-tooltip 组件提供除了默认值 medium 以外的三种尺寸。额外的尺寸:`large` `small` `mini`,通过设置 size 属性来配置它们,以适用不同场景。

Tooltip API

Tooltip Attributes

参数名描述类型默认值
v-model文字气泡是否可见Boolean-
default-popup-visible文字气泡默认是否可见(非受控模式)Booleanfalse
content文字气泡内容String-
position弹出位置Stringtop
size尺寸Stringmedium
background-color弹出框的背景颜色String-
content-class弹出框内容的类名ClassName-
content-style弹出框内容的样式CSSProperties-
arrow-class弹出框箭头的类名ClassName-
arrow-style弹出框箭头的样式CSSProperties-
popup-container弹出框的挂载容器String HTMLElement null undefined-

Tooltip Events

事件名描述参数
popup-visible-change文字气泡显示状态改变时触发Function

Tooltip Slots

参数名描述类型
content内容-