|
|
@ -24,11 +24,12 @@ ReactDOM.render( |
|
|
|
<Button>Default</Button> |
|
|
|
<Button disabled>Default(disabled)</Button> |
|
|
|
<br /> |
|
|
|
<Button ghost>Ghost</Button> |
|
|
|
<Button ghost disabled>Ghost(disabled)</Button> |
|
|
|
<br /> |
|
|
|
<Button type="dashed">Dashed</Button> |
|
|
|
<Button type="dashed" disabled>Dashed(disabled)</Button> |
|
|
|
<div style={{ padding: '8px 8px 0 8px', background: 'rgb(190, 200, 200)' }}> |
|
|
|
<Button ghost>Ghost</Button> |
|
|
|
<Button ghost disabled>Ghost(disabled)</Button> |
|
|
|
</div> |
|
|
|
</div>, |
|
|
|
mountNode |
|
|
|
); |
|
|
|