Button

Button

Renders a styled clickable action element as a link or button. Supports Bootstrap button variants including primary, secondary, outline styles, and sizing options. Can be configured with icons and accessibility labels.

Control Properties

ParameterTypeDescription
LinkStyleDroplinkSets the button style class. Options: btn btn-primary, btn btn-secondary, icon-link (arrow). Default: Primary Button.
ButtonSizeDroplinkSets the button size class. Options: btn-lg (large), btn-sm (small). Leave empty for default size.
Column classesInheritedSmall, Medium, Large, Offset column classes for responsive grid layout.

Template Properties

FieldTypeDescription
LinkGeneral LinkThe target URL and display text for the button. Supports internal links, external URLs, media items, and anchors.