stack Layout
A container that stacks children vertically by default. Use `horizontal` to arrange them in a row. Replaces the deprecated `content` keyword.
Live example Open in editor ↗
Modifiers
| Modifier | Effect |
|---|---|
horizontal | Arranges children in a row with equal width shares |
Children
Accepts any component as a child.
Notes
Children stack vertically by default. The old `content` keyword was removed in v0.3.0 — use `stack`.