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
| Parameter | Type | Description |
|---|---|---|
| LinkStyle | Droplink | Sets the button style class. Options: btn btn-primary, btn btn-secondary, icon-link (arrow). Default: Primary Button. |
| ButtonSize | Droplink | Sets the button size class. Options: btn-lg (large), btn-sm (small). Leave empty for default size. |
| Column classes | Inherited | Small, Medium, Large, Offset column classes for responsive grid layout. |
Template Properties
| Field | Type | Description |
|---|---|---|
| Link | General Link | The target URL and display text for the button. Supports internal links, external URLs, media items, and anchors. |