## Grids Props | Name | Type | Default | Required | Description | | ---- | --------------------------------------------------------------- | ------- | -------- | ----------------- | | cols | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'7'\|'8'\|'9'\|'10'\|'11'\|'12'` | `'6'` | N | Number of columns | | gap | `'0'\|'1'\|'2'\|'4'\|'8'` | `'2'` | N | Cell spacing | | mx | `'0'\|'1'\|'2'\|'4'\|'8'` | `'2'` | N | Horizontal margin | | my | `'0'\|'1'\|'2'\|'4'\|'8'` | `'2'` | N | Vertical margin | ## Grids Snippets | Name | Type | Parameters | Description | | -------- | --------- | ---------- | ------------- | | children | `Snippet` | - | Grids content | ## Grid Props | Name | Type | Default | Required | Description | | ---- | --------------------------------------------------------------- | ------- | -------- | -------------------------------------- | | col | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'7'\|'8'\|'9'\|'10'\|'11'\|'12'` | `'1'` | N | Number of columns occupied by the cell | | row | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'` | `'1'` | N | Number of rows occupied by the cell | ## Grid Snippets | Name | Type | Parameters | Description | | -------- | --------- | ---------- | ------------ | | children | `Snippet` | - | Grid content |