# 图标按钮 - order: 6 `Button` 内可以嵌套图标,图标可以放在文字前、后,也可以单独存在。 --- ````jsx import { Button, Icon } from 'antd'; ReactDOM.render(

, mountNode); ````