Skip to content

Commit

Permalink
update tooltip doc for ant-design#1871
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 27, 2016
1 parent dff87da commit c40655d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tooltip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ 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 |

0 comments on commit c40655d

Please sign in to comment.