#1471
This commit is contained in:
kvetoslavnovak 2016-09-10 18:30:08 +02:00 committed by 偏右
parent 57cdbe1a6b
commit 10709251ec

View File

@ -23,7 +23,7 @@ import { Button } from 'antd';
ReactDOM.render(
<div>
<Button type="primary" shape="circle" icon="search" />
<Button type="primary" icon="search">搜索</Button>
<Button type="primary" icon="search">Search</Button>
<br />
<Button type="ghost" shape="circle-outline" icon="search" />
<Button type="ghost" icon="search">Search</Button>