TheClashFruit's Docs

Grid

A grid layout for arranging components in a menu.

Example

<Grid row-gap="8">
  ...
</Grid>

Attributes

AttributeTypeDescription
position(int; int)The position of the grid in the menu.
gap or row-gap & column-gapintThe gap between the rows & columns in the grid.

* Required.