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 textareahint?: string- Optional hint texterrorMessage?: string- Error message to display- Extends all standard HTML textarea element props