eo-tooltip
<eo-tooltip>
提示
Examples
Basic
Icon
Trigger
Placement
Hoist
Slot
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
icon | 图标 | GeneralIconProps | ||
content | 内容 | string | ||
placement | 弹出位置 | Placement | ||
disabled | 是否禁用 | boolean | ||
open | 是否显示 | boolean | ||
trigger | 激活方式,包括 | string | ||
hoist | 是否使用固定定位防止内容被裁切 | boolean | ||
maxWidth | 最大长度 | string |
Slots
Name | Description |
---|---|
(default) | 提示的目标元素 |
content | 放置在提示中的元素 |
Events
Name | Description | Event Detail |
---|---|---|
open.change | 当提示可见性开始变化时触发 | boolean - 当前是否可见 |
after.open.change | 当提示可见性变化完成并完成所有动画后触发。 | boolean - 当前是否可见 |
Methods
Name | Description | Params | Returns |
---|---|---|---|
show | 显示提示 | ||
hide | 隐藏提示 |
Type references
Placement
"top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"