mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
update tooltip doc for #1871
This commit is contained in:
parent
c40655d3a6
commit
c4c834b529
@ -20,3 +20,5 @@ english: Tooltip
|
||||
| placement | 气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | top |
|
||||
| title | 提示文字 | string/React.Element | 无 |
|
||||
| getTooltipContainer | 浮层渲染父节点。默认渲染到 body 上 | Function(triggerNode) | () => document.body |
|
||||
|
||||
更多 API 可参考:https://github.com/react-component/tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user