Grid
Description
A component to display a grid
The Grid component provides a powerful layout system based on CSS Grid. It allows you to define columns, rows, and gaps between items.
Items within a Grid can be explicitly positioned or stretched across multiple tracks, offering full control over complex 2D layouts.
Samples
Fixed and Flexible Columns
This grid uses two flexible columns (1fr) and one fixed column (200px). The first item is stretched across all columns.
Responsive Auto-fit Grid
This grid automatically adjusts the number of columns based on the available width (min 200px per item).