<cla-wrapped-buttons>
Wrapped button - slot into the bottom of a card or popover and displays two configurable buttons
Usage
Properties
Property | Required | Description | Type | Default |
---|---|---|---|---|
primarybuttonclass | false | Left/Primary button styling class - use bootstrap btn classes to style the button | string | 'btn-primary' |
primarybuttonhref | false | Left/Primary button href - links to page | string | null |
primarybuttontext | false | Left/Primary button text | string | null |
secondarybuttonclass | false | Right/Secondary button styling class - use bootstrap btn classes to style the button | string | "btn-secondary" |
secondarybuttonhref | false | Right/Secondary button href - links to page | string | null |
secondarybuttontext | false | Right/Secondary button text | string | null |
styleclass | false | Button wrapper styling | string | null |