-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Button Component
Travis Tidwell edited this page Jul 3, 2017
·
7 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 | Example: fa-plus | |
rightIcon | The icon to place to the left of the button. This should be a FontAwesome font | false | Example: fa-plus | |
block | Determines if the button should be full width of the bounding container. | false |
false |
false |
action | The action to execute when the button is pressed | One of the following.
|
true |
submit |
disableOnInvalid | Whether to disable this button if the form is invalid. |
true or false
|
true |
false |
theme | The theme of the button as defined though Bootstrap styles. |
primary , success , default , etc. |
true |
primary |
Display Users submitted data into a table inside the admin dashboard?