Product Logo

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:

  • label: string - Required label for the textarea
  • hint?: string - Optional hint text
  • errorMessage?: string - Error message to display
  • Extends all standard HTML textarea element props