By default, children are spread horizontally. Setting the direction prop to vertical will spread children vertically, consuming the full height of its container.
When spreading content of varying height, vertical alignment can be controlled using the alignY prop. Responsive values are supported.Note: Only applies when spreading horizontally.
When spreading content of varying widths, horizontal alignment can be controlled using the align prop. Responsive values are supported.Note: Only applies when spreading vertically.