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
Horizontal Container
Matt Bates edited this page Jul 22, 2016
·
3 revisions
Container that displays its children horizontally, based on the bootstrap 12 column grid: https://getbootstrap.com/css/#grid
Child items of this container will be divided into the 12 column grid equally e.g. horizontal container with 3 child items; each child item would occupy 4 columns.
"attributes": {
"isCollapsible": false,
"isCollapsed": false,
"collapseGroup": "my group",
}
Key | Value | Description |
---|---|---|
isCollapsible | true or false | Set to true to enable collapse / expand toggle behavior, overrides the global setting. |
isCollapsed | true or false | Set to true to display the container initially collapsed, overrides the global setting. |
collapseGroup | string | Name of the group this container belongs too, all containers in the same group share collapse / expanded state. |
Package: Download
...