Example
Props
| Name | Type | Description | Default |
| btnStyle | String | USWDS-based styles. Options include: unstyled, base, outline, secondary, accent-cool, big | |
| icon | String | Font-awesome icon (without "fa-" prefix) to display inside the button, to the left of the label. | |
| label | String | Message inside the button. | |
| type | String | Button type attribute (e.g. "submit", "button") | button |
| title | String | Button title attribute, for displaying hover text | |
Events
| Name | Params | Description |
| click | | Function for button's native click event. |