Button
Basic button component.
Basic Usage
API
Props
Property | Description | Type | Default |
---|---|---|---|
type | Button type | 'primary' | 'success' | 'warning' | 'danger' | 'info' | '' |
size | Button size | 'small' | 'medium' | 'large' | 'medium' |
disabled | Whether to disable the button | boolean | false |
round | Whether to use rounded corners | boolean | false |