This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Outcomes Component
Matt Bates edited this page Nov 14, 2016
·
3 revisions
Only displays any associated Outcomes, useful for more complex positioning Outcomes within a Page Layout. Outcomes will be rendered in a row
so they can be aligned using the bootstrap column classes.
"attributes": {
"justify": "warning",
"group": "vertical",
"outcomeClasses": "col-xs-12",
"classes": "myclass"
}
Key | Value | Description |
---|---|---|
justify | string | left, center, right |
group | string | The bootstrap button groupings: horizontal or vertical |
columns | string | The bootstrap column sizes e.g. xs-6, md-12, etc. Setting this attribute causes the outcome button elements to be wrapped in a div element |
outcomeClasses | string | Custom class names that will be added to each child Outcome |
classes | string | Part of our classes framework (see the Customization section), added to the root element |
Package: Download
...