icsoc-rc-small-popover
v1.2.5
Published
基于antd的react组件扩展
Downloads
3
Readme
category: Components type: 数据展示 title: Tooltip subtitle: 文字提示 modifiedJs: 1 order: 2
何时使用
鼠标移入则显示提示,移出消失,气泡浮层不承载复杂文本和操作。
可用来代替系统默认的 title
提示,提供一个 按钮/文字/操作
的文案解释。
API
SmallPopover 小型文字提示
| 参数 | 说明 | 类型 | 默认值 |
| ------- | ----------------------------------------- | ------ | --------- |
| content | 卡片内容 | string | ReactNode | 无 |
| size | 气泡大小。有两个值 default
和 small
。 | string | default |
| type | 气泡颜色。有两个值 black
和 white
。 | string | black |