Textarea

Multi-line text input component with label and error support.

Beispiel:
import { Textarea } from '@document-writing-tools/kernux-react';
 
<Textarea
  label="Message"
  rows={4}
  placeholder="Enter your message here..."
/>

Props: