Skip to main content

Type Alias: GridMinColumnWidth

GridMinColumnWidth = "xs" | "sm" | "md" | "lg"

Defined in: components/Grid/Grid.tsx:37

Minimum column width for a responsive auto-fit grid. A small named threshold scale (like a breakpoint), not a per-use length — the grid fits as many equal columns as the container allows, each at least this wide, and reflows the count automatically.