Homecomponentsstructural

Alpha
This component is in development. There could be breaking changes made to it in a non-major release of Prism. Please use with caution.

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
The number of columns.

children
Required
Items inside the FixGrid.
ReactNode

as
The element used for the root node.
ElementType<any, keyof IntrinsicElements>

spacing
The gap between the items.

data
An object with the data keys and values.
DataAttributeMap
Table of Contents