Textarea
A multi-line text input with error state, disabled state, and resize control.
Default
A plain textarea.
With Label
Pair with Label using matching htmlFor and id.
Error state
Pass error to show a message below the textarea.
Bio must be at least 20 characters.
Disabled
Use disabled on both Label and Textarea to keep them in sync.
Resize
Use resize to control the resize handle. Defaults to vertical.