A utility component for creating vertical flex containers.
The component can be imported via:
Alignment within the flex container can be controlled with the alignBlock and alignInline props.
alignBlock controls alignment along the block axis (typically the vertical axis)alignInline controls alignment along the inline axis (typically the horizontal axis)Internally, these props are translated to the align-items and justify-content CSS properties.
startcenterendstartcenterendPlumaStack extends BoxDefault:start
How space is distributed along the block axis (vertical).
This corresponds to justify-content when flex-direction is column.
MDN Justify Content
Default:stretch
How space is distributed along the inline axis (horizontal).
This corresponds to align-items when flex-direction is column.
MDN Align Items
Default:flex
The display property.
The space between rows. See space tokens / MDN Gap