Grid Auto Flow
Control how auto-placed items flow into the grid.
If you have more items than explicit cells, or if you don't place items explicitly, gridAutoFlow controls how they fill the grid.
Values
| Value | Description |
|---|---|
Row | Default. Items fill current row, then move to next row. |
Column | Items fill current column, then move to next column. |
RowDense | Like Row, but attempts to backfill holes in the grid. |
ColumnDense | Like Column, but attempts to backfill holes. |
Example
Loading Preview…
Typical Use Cases
- auto card grids
- responsive dashboards