The Grid component enables you to display content in a grid format.
Explore the available props for the Grid component
| Prop | Type | Default | Description |
|---|---|---|---|
| tagName | string | div | HTML tag name. |
| style | string | - | Any CSS className to style the Grid. |
| children | node | - | Child components and content to be placed within it. |
Explore the available props for the GridItem component
| Prop | Type | Default | Description |
|---|---|---|---|
| tagName | string | div | HTML tag name. |
| isLink | boolean | - | Is the text linkable? |
| linkTo | string | - | URL or link. |
| target | string | _self | Specifies where to open the linked document when the link is clicked. |
| style | string | - | Any CSS className to style the Grid. |
| children | node | - | Child components and content to be placed within it. |