# Popover 弹出框
常用于主动操作后的反馈提示。
# 基础用法
提示信息
提示信息
Copy
# 不同触发方式
提供点击和鼠标进入触发。
提示信息
提示信息
Copy
# 主题自定义
开发者可以自定义 slot 的样式。
提示信息
Copy
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
trigger | 触发方式 | String | click、hover、manual | click |
position | 出现位置 | Placement | top-start、top-end、bottom-start、bottom-end、 right-start、right-end、left-start、 left-end、top、bottom、left、right | bottom |
# Event
事件名 | 说明 | 参数 |
---|
# Slot
参数 | 说明 |
---|---|
popover | 弹出层内容 |
-- | 目标内容 |