Field
Form field wrapper with label, hint text, error state, required indicator, and horizontal/vertical layout. Use to wrap any form input.
Import
import { Field } from 'reablocks';
Field Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | ReactNode | string | — | Field label |
required | boolean | — | Show * after label |
direction | 'vertical' | 'horizontal' | 'vertical' | Layout direction |
| `alignment |
[Description truncada. Veja o README completo no GitHub.]