Components

Stack

A flexible layout utility for arranging elements in a vertical or horizontal stack with consistent spacing

Logo

Horizontal

Use the align prop to change the stack direction

API Reference

align

Type:

"vertical" | "horizontal"

Specifies the alignment direction of the Stack component's children.

Default:

vertical
wrap

Type:

boolean

Enables wrapping for items if they exceed the available space in a row layout.

Default:

false