Skip to content

KyongUI——Popover气泡卡片

一、设计Props

属性介绍类型默认值
className自定义类名string--
style自定义样式CSSProperties--
type触发形式 hover/clickstringhover
align对齐方式 left/right/top/bottomstringbottom
content卡片内容ReactNode<></>
width卡片宽度number / string200px
noBorder无边框booleanfalse
defaultShow默认显示气泡卡片booleanfalse
closeDeps气泡卡片关闭依赖项any[][]
onVisibleChange卡片显示隐藏回调Function--

二、

上次更新于: