A grid layout for arranging components in a menu.
Example
<Grid row-gap="8">
...
</Grid>Attributes
| Attribute | Type | Description |
|---|---|---|
position | (int; int) | The position of the grid in the menu. |
gap or row-gap & column-gap | int | The gap between the rows & columns in the grid. |
* Required.