Field
A flexible layout primitive for labels, descriptions, validation, and grouped form structure.
Installation
$npx maddex add Field
Stacked Workspace Form
Use FieldSet, FieldGroup, and FieldSeparator to build a readable vertical form with related sections.
Preview
Responsive Settings Rows
Set orientation to responsive when labels should stack on small screens and align inline on larger settings pages.
Preview
Invalid State
Pair invalid on the Field with aria-invalid on the control and a FieldError message for destructive feedback.
Preview