grid
Responsive grid with zero media queries.
Example
1
2
3
4
Basic usage
<m-grid gap="md" min="sm">…</m-grid>API
Columns pack to fit without media queries.
Attributes
| Name | Type/Values | Default | Description |
|---|---|---|---|
gap | none · 2xs · xs · sm · md · lg · xl · 2xl | md | Sets row and column spacing. |
min | xs · sm · md · lg | sm | Sets the minimum column width. |