Chakra snippets
The Grid class defines a grid to hold content. The gridGap property sets the size of the grid's gaps between rows and columns.
import { Grid } from "@chakra-ui/react";
<Grid gridGap={3}>
</Grid>
The Grid class defines a grid to hold content. The gridGap property sets the size of the grid's gaps between rows and columns.
import { Grid } from "@chakra-ui/react";
<Grid gridGap={3}>
</Grid>