--- order: 2 title: zh-CN: 位置 en-US: Placement --- ## zh-CN 位置有十二个方向。 ## en-US There are 12 `placement` options available. ````jsx import { Popover, Button } from 'antd'; const text = Title; const content = (

Content

Content

); const buttonWidth = 70; ReactDOM.render(
, mountNode ); ````