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

, mountNode); ````