## Grids Props | Property | Type | Default | Options | Required | Description | | -------- | ------ | ------- | -------------------------------------------------- | -------- | -------------------------- | | cols | String | '6' | '1'/'2'/'3'/'4'/'5'/'6'/'7'/'8'/'9'/'10'/'11'/'12' | No | Number of columns | | gap | String | '2' | '0'/'1'/'2'/'4'/'8' | No | Spacing between grid cells | | mx | String | '2' | '0'/'1'/'2'/'4'/'8' | No | Left and right margin | | my | String | '2' | '0'/'1'/'2'/'4'/'8' | No | Top and bottom margin | ## Grids Slots | Name | Description | | ---- | ----------------------------- | | - | The content inside the Grids. | ## Grid Props | Property | Type | Default | Options | Required | Description | | -------- | ------ | ------- | -------------------------------------------------- | -------- | ------------------------------------ | | col | String | '1' | '1'/'2'/'3'/'4'/'5'/'6'/'7'/'8'/'9'/'10'/'11'/'12' | No | The number of columns the cell spans | | row | String | '1' | '1'/'2'/'3'/'4'/'5'/'6' | No | The number of rows the cell spans | ## Grid Slots | Name | Description | | ---- | ---------------------------- | | - | The content inside the Grid. |