mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-13 14:56:27 +10:00
294 B
294 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 0 |
|
zh-CN
最简单的用法。
en-US
The simplest usage.
import { Tooltip } from 'antd';
ReactDOM.render(
<Tooltip title="prompt text">
<span>Text will show when mouse enter.</span>
</Tooltip>
, mountNode);