Vanilla Breeze

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 Gap between children, on the shared size scale.
data-layout-align start, center, end, stretch stretch Cross-axis (inline) alignment of children.

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