Try Install Learn Blog API Packages GitHub
Pages
mint-ui

Search
Basic information
Entities
Versions
Dependencies
mint-color 0.5.0 <= v < 1.0.0

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.