Appearance
鼠标悬停/点击弹出的内容卡片,带标题与箭头。
<template> <KbPopover title="标题" content="内容"><KbButton>悬停</KbButton></KbPopover> </template>
title
string
content
trigger
'hover' | 'click'
default