Button
Examples
Basic
Type
Outline
Size
Style
with icon
API
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| type | String | 'button' | no | button, submit, reset, link |
| color | String | 'primary' | no | |
| size | String | '' | no | default, large(lg), small(sm) |
| block | Boolean | false | no | is full width |
| outline | Boolean | false | no | |
| round | Boolean | false | no | |
| circle | Boolean | false | no | |
| disabled | Boolean | false | no | |
| href | String | false | no | if button type is link |