Button component

The Button component is available to add as a standalone component, and is also used within Banners and Cards. 

There are several configuration options available to control the styling of the button. In all styles, the button text and link target are required (where the button text is hidden, the text is used for accessibility).

Browse the Font Awesome icon list to see the range of custom icons available.

Button - standard icon

Achieve the look:

Configuration options
Text = Required
Link = Required
Hide text = Off
Icon = chevron-right (default setting)
Icon position = Before

Button - custom icon

 Achieve the look:

Configuration options
Text = Required
Link = Required
Hide text = Off
Icon = check-double
Icon position = Before

Button - no text, standard icon

Achieve the look:

Configuration options
Text = Required
Link = Required
Hide text = On
Icon = chevron-right (default setting)

Button - no text, custom icon

Achieve the look:

Configuration options
Text = Required
Link = Required
Hide text = On
Icon = check-double