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

add `ghost` property to ghost buttons
pull/10138/merge
Zen 7 years ago committed by 偏右
parent a7513bfac1
commit d7f9270a6f

@ -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>

Loading…
Cancel
Save