Skip to content

Button Component

Travis Tidwell edited this page Jul 3, 2017 · 7 revisions

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

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
Clone this wiki locally