A CSS grid layout container for arranging children in rows and columns. Use Grid for card galleries, dashboards, and any multi-column layout. Supports fixed column counts and responsive columns that reflow based on available width.
tsimport {Grid} from '@astryxdesign/core/Grid'
| Guidance | Practices |
|---|---|
| Do | Use responsive columns for layouts that should adapt to screen size: |
| Do | Cap the column count with |
| Do | Use |
| Don't | Write manual CSS grid; Grid handles spacing and responsive behavior for you. |
| Don't | Use |
Dashboard layout with mixed-size widgets and a full-width summary row
Card gallery with responsive columns that maintain consistent widths
Responsive grid where cards stretch to fill remaining space