| Name | Type | Default | Description |
|---|---|---|---|
| disabled | Boolean | false | Whether the button is disabled or not |
| danger | Boolean | false | Styles the button with the danger style (red) |
| outline | Boolean | false | Styles the button with the outline style |
| spin | Boolean | false | Shows the spinner on the button |
| spinColor | String | null | The color of the spinner |
| spinSize | String | small | The size of the button spinner (small, tiny). Tiny is helpful for smaller width buttons |
| tiny | Boolean | false | Changes the size of the button |
| small | Boolean | false | Changes the size of the button |
| large | Boolean | false | Changes the size of the button |