TextArea

Labeled multiline input with description and validation error slots.

Playground

<TextArea
  label="Notes"
  placeholder="What happened on the call?"
  rows={4}
/>