Skip to content

Popover 气泡卡片 ​

鼠标悬停/点击弹出的内容卡片,带标题与箭头。

基础用法 ​

vue
<template>
  <KbPopover title="标题" content="内容"><KbButton>悬停</KbButton></KbPopover>
</template>

API ​

Props ​

属性类型默认值说明
titlestring''标题
contentstring''内容
trigger'hover' | 'click''hover'触发方式

插槽 ​

名称说明
default触发元素