Row
Grid row. Use with Col for 12-column layout.
Basic Usage
loading
Align & Justify
loading
API
| Prop | Description | Type |
|---|---|---|
| columns | Number of columns or custom grid-template-columns (default 12) | number | string |
| gap | Grid gap (e.g. 16 or "16px") | number | string |
| align | Vertical alignment | 'start' | 'center' | 'end' | 'stretch' |
| justify | Horizontal alignment | 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly' |