components / Structure

Stack

The Stack component is built off CSS flex properties. The usage examples here reflect many of these properties.


Vertical Alignment

A stack can be vertically aligned via the alignItems properties via CSS flex. Individual stack items can also be vertically aligned.

Top (Flex Start)

Center

Bottom (Flex End)