layout-stack

Vertical stacking layout with configurable gap. The fundamental building block for vertical rhythm.

Attributes

Attribute Values Default Description
data-layout-gap none, 3xs, 2xs, xs, s, m, l, xl, 2xl, 3xl m Controls the vertical gap between child elements
data-layout-align start, center, end, stretch stretch Controls horizontal alignment of child elements

Gap Variants

The data-layout-gap attribute controls the spacing between stacked items.

Alignment Variants

The data-layout-align attribute controls horizontal alignment of items.

Usage Examples

Form Layout

Card Content

Nested Stacks

Related