Button
Basic button component.
Size
loading
Basic Usage
loading
Customized Buttons
loading
Props
| Prop | Description | Type | Default |
|---|---|---|---|
| type | Button type | 'primary' | 'success' | 'warning' | 'danger' | 'info' | ...other custom style keys | '' |
| size | Button size | 'small' | 'medium' | 'large' | 'medium' |
| disabled | Whether disabled | boolean | false |
| round | Whether rounded | boolean | false |
| plain | Whether plain button | boolean | false |
| icon | Icon to use | component | none |
