Try Install Learn Blog API Packages GitHub
Pages

Ui.LineGrid

A one axis grid where the items are separated by a gap.

Properties

alignItems
:
String
=
"center"

Where to align the items.

children
:
Array(Html)
=
[]

The children to render.

gap
:
Number
=
10

The gap between the children.

justifyContent
:
String
=
"start"

Where to justify the content.

orientation
:
String
=
"horizontal"

The orientation of the grid, either horizontal or vertical.

Functions

render
:
Html

Renders the component.