TextArea
Labeled multiline input with description and validation error slots.
Playground
<TextArea
label="Notes"
placeholder="What happened on the call?"
rows={4}
/><TextArea
label="Notes"
placeholder="What happened on the call?"
rows={4}
/>