@aligov/components-with-tooltip
v1.0.4
Published
如果有传 tooltip,那么支持展示 tooltip
Downloads
30
Readme
WithTooltip
@aligov/components-with-tooltip
简单包裹 tooltip,可用于按钮附带 tooltip 的场景。
API
import WithTooltip from '@aligov/components-with-tooltip';
const btn = <WithTooltip tooltip="something"><Button>Click</Button></WithTooltip>;
| 参数 | 说明 | 类型 | 默认值 |
| ----- | ----- | ----- | -----
| tooltip | tooltip 内容,是有效内容时鼠标 hover 展示,否则仅展示 children 的内容 | React Element | |
| tooltipProps | Balloon.Tooltip 组件的 props | object | {}
|