Grid

The Grid component enables you to display content in a grid format.

Default Grid

1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9

Props

Explore the available props for the Grid component

PropTypeDefaultDescription
tagNamestringdivHTML tag name.
stylestring-Any CSS className to style the Grid.
childrennode-Child components and content to be placed within it.

Explore the available props for the GridItem component

PropTypeDefaultDescription
tagNamestringdivHTML tag name.
isLinkboolean-Is the text linkable?
linkTostring-URL or link.
targetstring_selfSpecifies where to open the linked document when the link is clicked.
stylestring-Any CSS className to style the Grid.
childrennode-Child components and content to be placed within it.