Design System v1.0

Field

Label, description, and error scaffolding for form controls.

Labelled fields

Fields with labels, helper text, and an error state.

Shown across dataTrack™ dashboards and reports.

API reference

Form-field scaffolding: a Field wraps a control with a label, description, and error; group fields with FieldGroup or a FieldSet.

Anatomy
FieldOne field row; orientation sets vertical (default) or horizontal.
FieldLabelThe field's label (wraps the Label primitive).
FieldDescriptionMuted helper text for a field.
FieldErrorError message; pass children or an errors array.
FieldGroupStacks multiple fields with consistent spacing.
FieldLegendThe fieldset's heading (legend or label variant).
FieldSeparatorA divider between fields, with optional centered text.
FieldSetA fieldset grouping related fields.
FieldContentColumn holding a control plus its title/description.
FieldTitleA bold inline title for a field.
Props
PartPropTypeDefault
Fieldorientation"vertical" | "horizontal" | "responsive""vertical"

Command Palette

Search for a command to run...