States, styles, and types
Sizes
Icons
API
Name | Description | Type | Values | Default |
tag | HTML tag to use for button (either 'a' or 'button') | String | button , a
| button |
type | Type (color of control), optional | String | is-white , is-black , is-light , is-dark , is-primary , is-info , is-success , is-warning , is-danger | — |
size | Size of button, optional | String | is-small , is-medium , is-large | — |
href | Href to use when tag is 'a', optional | String | — | — |
nativeType | Native button type, optional | String | Any native button type (button , submit , reset) | — |