Form
A lightweight form layout wrapper with built-in gap spacing. Pair with form-item for grouped fields.
Usage
With validation states
Progressive errorMessage props work the same inside form items.
Composition
code
Form
└── FormItem (repeat)
└── Field controls
See the form validation block for a fuller card pattern.