Docs
Components
Dark
Light
System
A flexible layout utility for arranging elements in a vertical or horizontal stack with consistent spacing
Use the align prop to change the stack direction
align
Type:
"vertical" | "horizontal"
Specifies the alignment direction of the Stack component's children.
Default:
wrap
boolean
Enables wrapping for items if they exceed the available space in a row layout.