gov-grid-item
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
column | col-span | Cell size as a fraction of 1/12 of the grid size | string | "12" |
columnLg | col-span-lg | Cell size for LG media query and up as a fraction of 12 of the grid size | string | undefined |
columnMd | col-span-md | Cell size for MD media query and up as a fraction of 12 of the grid size | string | undefined |
columnSm | col-span-sm | Cell size for SM media query and up as a fraction of 12 of the grid size | string | undefined |
columnXl | col-span-xl | Cell size for XL media query and up as a fraction of 12 of the grid size | string | undefined |
row | row-span | Connects rows in the grid | string | "1" |
rowLg | row-span-lg | Cell size for LG media query and up as a fraction of 12 of the grid size | string | undefined |
rowMd | row-span-md | Cell size for MD media query and up as a fraction of 12 of the grid size | string | undefined |
rowSm | row-span-sm | Cell size for SM media query and up as a fraction of 12 of the grid size | string | undefined |
rowXl | row-span-xl | Cell size for XL media query and up as a fraction of 12 of the grid size | string | undefined |
Built with StencilJS