placement demo

This commit is contained in:
afc163 2015-06-03 20:46:25 +08:00
parent 78a6492819
commit d43d8db6c5

View File

@ -11,7 +11,7 @@ var Tooltip = antd.tooltip;
React.render(
<Tooltip title="提示文字">
<span>文字文字文字</span>
<span>鼠标移上来就会出现提示</span>
</Tooltip>
, document.getElementById('components-tooltip-demo-basic'));
````