| size | The size of the button. Defaults to big. | string | SIZES.BIG |
| secondary | Flag for secondary button style | boolean | false |
| loading | Flag for is button is loading | boolean | false |
| disabled | Flag for is button is disabled | boolean | false |
| noPadding | Flag for having no padding to the button | boolean | false |
| type | The html element used for the button. | string | TYPES.BUTTON |
| href | When setting the button’s type to a link (), use this option to give a href. | string | |
| variant | Variant options | string | |
| trailingIcon | Appended icon | string | |
| buttonType | Button type | string | 'submit' |