# 位置 - order: 1 位置有 12 个方向。 --- ````jsx import { Tooltip } from 'antd'; const text = 提示文字; ReactDOM.render(
上左 上边 上右
左上 左下 左下
右上 右边 右下
上右 下边 下右
, document.getElementById('components-tooltip-demo-placement')); ````