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