Textarea
A textarea is a multi-line text input field.
Import
import { Textarea } from "@aeonkit/react";Usage
Default
A textarea can be used with a placeholder and rows.
<Textarea placeholder="Type your message here" rows={6} />Props
API Interface: TextareaProps