--- title: Grid template: base --- A grid layout for arranging components in a menu. ## Example ```xml ... ``` ## 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.