1.0.4 • Published 5 years ago
@aligov/components-with-tooltip v1.0.4
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 | {} |
1.0.4
5 years ago