widgets/label library Widgets

A label that describes a form field with a label, description, and error message (if any).

See https://forui.dev/docs/label for working examples.

Classes

FLabel
A label that describes a form field with a label, description, and error message (if any).
FLabelLayoutStyle
The FLabel's layout style.
FLabelStateStyle
The FLabel's state style.
FLabelStyles
The FLabel's styles.

Enums

FLabelState
The label's state.

Typedefs

FLabelStyle = ({FLabelLayoutStyle layout, FLabelStateStyle state})
The FLabel's style.