Row
atomHorizontal flex layout primitive with the same API as Stack. Default gap and alignment are tuned for horizontal layouts like label/action pairs and button groups. Gap values reference spacing tokens so density presets scale automatically.
Button group
Horizontal row of action buttons.
Space between
Row with items pushed to opposite ends.
Usage
Installation
API Reference
Row props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
gap | "0" | "1" | "2" | "3" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "3" | Horizontal gap between children using spacing tokens. |
align | "stretch" | "start" | "center" | "end" | "center" | Cross-axis alignment. |
justify | "start" | "center" | "end" | "between" | "around" | "evenly" | — | Main-axis distribution. |
as | "div" | "section" | "nav" | "form" | "fieldset" | "ul" | "ol" | "div" | Rendered HTML element. |
wrap | boolean | false | Allow children to wrap. |