1.0.4 • Published 5 years ago

@aligov/components-with-tooltip v1.0.4

Weekly downloads
6
License
MIT
Repository
-
Last release
5 years ago

WithTooltip

@aligov/components-with-tooltip

简单包裹 tooltip,可用于按钮附带 tooltip 的场景。

API

import WithTooltip from '@aligov/components-with-tooltip';

const btn = <WithTooltip tooltip="something"><Button>Click</Button></WithTooltip>;
参数说明类型默认值
tooltiptooltip 内容,是有效内容时鼠标 hover 展示,否则仅展示 children 的内容React Element
tooltipPropsBalloon.Tooltip 组件的 propsobject{}