Label & textarea
Multi-line text input paired with accessible labels.
Label + textarea
A labelled multi-line text area.
Required
A text area marked as required.
Invalid
A text area in an error state with a message.
Please add notes before saving this anomaly.
API reference
A labelled multi-line text field — associate a Label with a Textarea via htmlFor / id.
Anatomy
Label | Accessible caption; link to a field with htmlFor. |
Textarea | Multi-line text input with focus and invalid states. |