From c4c834b5296fcb9a7f962d8f15dddefe49927c6e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 27 May 2016 14:17:20 +0800 Subject: [PATCH] update tooltip doc for #1871 --- components/tooltip/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tooltip/index.md b/components/tooltip/index.md index 5125aa491d..d2b073f5ba 100644 --- a/components/tooltip/index.md +++ b/components/tooltip/index.md @@ -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