Homecomponentsstructural
FixGrid
A container to lay out items in a fixed, responsive grid.
Use a FixGrid to layout items in a fixed amount of columns.
Spacing
Use the spacing property to specify the equal spacing between items in both vertical and horizontal directions.
Columns
Use the columns property to specify the number of columns. This is a responsive property so you can have different number of columns on different sizes.
API
columns
Required
children
Required
ReactNode
as
ElementType<any>
spacing
data
DataAttributeMap