AutoGrid
a component that automatically adjusts the grid columns without relying on breakpoints.
This component is inspired by the Breakpoint-Free CSS Grid Layouts video by Kevin Powell.
a component that automatically adjusts the grid columns without relying on breakpoints.
This component is inspired by the Breakpoint-Free CSS Grid Layouts video by Kevin Powell.
import AutoGrid from "@/components/ui/AutoGrid";
<AutoGrid maxColCount={3} minColSize={10} gap={1} />