-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Button Component
Travis Tidwell edited this page Jul 3, 2017
·
9 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
| Property | Description | Value | Required | Default |
|---|---|---|---|---|
| size | The button size, as defined through the Bootstrap Documentation | One of the following (xs, sm, md, lg, xl) | false | md |
| leftIcon | The icon to place to the left of the button. This should be a FontAwesome font | false | '' | |
| rightIcon | The icon to place to the left of the button. This should be a FontAwesome font | false | '' |