Try Install Learn Blog API Packages GitHub
Pages

Ui.Container

A container where the items are separated by a gap.

Properties

align
:
String
=
"center"

Where to align the items.

children
:
Array(Html)
=
[]

The children to render.

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

The gap between the children.

justify
:
String
=
"stretch"

Where to justify the content.

orientation
:
String
=
"horizontal"

The orientation of the grid, either horizontal or vertical.

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

The size of the grid.

Functions

render
:
Html

Renders the component.