Grid
The Grid component implements a layout that arranges child components in a grid.
Example
Live Editor
Result
Loading...
Grid Template
The default value of row/columnTrackList is 1fr
.
grid-template-rows:
repeat(rows, rowTrackList)
grid-template-columns:
repeat(columns, columnTrackList)
Live Editor
Result
Loading...
Gap
You can set the gap for rows and columns respectively.
Live Editor
Result
Loading...
Responsive Column
You can set the responsive Column of Grid.
*only Column possible
Live Editor
Result
Loading...
Or you can set partial of responsive breakpoints.
Live Editor
Result
Loading...