Try Install Learn Blog API Packages GitHub
Pages

Ui.Row

A row of items which are separated by a gap (uses Ui.Container).

Properties

align
:
String
=
"stretch"

Where to align the items.

children
:
Array(Html)
=
[]

The items to render.

gap
:
Ui.Size
=
Ui.Size::Em(0.5)

The gap between the items.

justify
:
String
=
"stretch"

Where to justify the items.

size
:
Ui.Size
=
Ui.Size::Inherit

The size of the component.

Functions

render
:
Html

Renders the component.