Design Tips
Row, Column & Grid
Layout decision tree — when to use Row, Column, Flex, and Grid.Updated 19d ago
Need layout? ├── Vertical stack → Column ├── Horizontal row → Row ├── Direction changes at breakpoints → Flex (or Row/Column with s={{ direction }}) └── Multi-column grid → Grid