<stack>
<stack>
is a Sectional
component that groups content vertically. It is used with a <sideBySide>
to organize elements on a page.
Attributes and Properties
The <stack>
component has no attributes.
Property | Type |
---|---|
$s.disabled | boolean |
$s.fixed | boolean |
$s.fixLocation | boolean |
$s.hidden | boolean |
Example: <stack>
in a <sideBySide>
The <stack>
component serves as a vertical container element for a <sideBySide>
.