@aligov/components-with-tooltip

如果有传 tooltip,那么支持展示 tooltip

Usage no npm install needed!

<script type="module">
  import aligovComponentsWithTooltip from 'https://cdn.skypack.dev/@aligov/components-with-tooltip';
</script>

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 {}