Try Install Learn Blog API Packages GitHub
Pages

Ui.Field

A form field component.

Properties

children
:
Array(Html)
=
[]

The children to render.

error
:
Maybe(String)
=
Maybe::Nothing

The error message.

label
:
String
=
""

The label to display.

orientation
:
Ui.Field
=
Ui.Field::Vertical

The orientation.

singleLineLabel
:
Bool
=
true

Whether or not the label is in a single line.

Functions

render
:
Html

Renders the component.