fix button/demo/disabled.md (#10009)

add `ghost` property to ghost buttons
This commit is contained in:
Zen 2018-04-19 11:43:22 +08:00 committed by 偏右
parent a7513bfac1
commit d7f9270a6f

View File

@ -24,8 +24,8 @@ ReactDOM.render(
<Button>Default</Button>
<Button disabled>Default(disabled)</Button>
<br />
<Button>Ghost</Button>
<Button disabled>Ghost(disabled)</Button>
<Button ghost>Ghost</Button>
<Button ghost disabled>Ghost(disabled)</Button>
<br />
<Button type="dashed">Dashed</Button>
<Button type="dashed" disabled>Dashed(disabled)</Button>