Components · Form & Input
Wraps Label, Input, HelperText and FormError into a single accessible group.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| name | string | — | ✓ | Name attribute forwarded to the underlying input. |
| id | string | — | — | Explicit id for the input; defaults to the name value. |
| error | string | — | — | Validation error message shown below the input. |
| required | boolean | — | — | Marks the field as required and renders a required indicator on the label. |
import { Form Field } from '@nexub/react';