|
|
@ -18,9 +18,10 @@ import { Button } from 'antd'; |
|
|
|
|
|
|
|
ReactDOM.render( |
|
|
|
<div style={{ background: 'rgb(190, 200, 200)', padding: '26px 16px 16px' }}> |
|
|
|
<Button type="primary" ghost>Primary Ghost</Button> |
|
|
|
<Button ghost>Default Ghost</Button> |
|
|
|
<Button type="dashed" ghost>Dashed Ghost</Button> |
|
|
|
<Button type="primary" ghost>Primary</Button> |
|
|
|
<Button ghost>Default</Button> |
|
|
|
<Button type="dashed" ghost>Dashed</Button> |
|
|
|
<Button type="danger" ghost>danger</Button> |
|
|
|
</div> |
|
|
|
, mountNode); |
|
|
|
```` |
|
|
|