Grid
Grid
Import
Grid
1
2
3
4
Media Queries
Props
Prop | Description | Type | Default |
---|---|---|---|
className | className for the component | string | |
bgColor | background color for the component | string | |
maxWidth | maxWidth of the container | string | auto |
as | You can use a custom element type for this component. | elementType | div |
columns | css grid: grid-template-columns | string | |
autoColumns | css grid: grid-auto-columns | string | |
rows | css grid: grid-template-rows | string | |
rowGap | grid-row-gap | string | |
autoRows | grid-auto-rows | string | |
areas | grid-template-areas | string | |
autoFlow | grid-auto-flow | string | |
height | height of the grid | string | |
xs | Grid property for breakpoint min. xs | object | |
md | Grid property for breakpoint min. md | object | |
lg | Grid property for breakpoint min. lg | object | |
xl | Grid property for breakpoint min. xl | object |