Responsive
Column count changes per breakpoint.
import { Box } from '@/components/Box';
import { Grid } from '@/components/Grid';
<Box width="100%">
<Grid columns={{ base: 1, md: 2, lg: 3 }} gap="md">
<Box background="secondary" rounded="sm" padding="sm">Card 1</Box>