--- order: 1 title: zh-CN: 位置 en-US: Placement --- ## zh-CN 位置有 12 个方向。 ## en-US The ToolTip has 12 placements choice. ````jsx import { Tooltip } from 'antd'; const text = prompt text; ReactDOM.render(
topLeft top topRight
leftTop left leftBottom
rightTop right rightBottom
bottomLeft bottom bottomRight
, mountNode); ````