Textarea

A multi-line text field that grows with its content.

<Textarea placeholder="Describe the project for the freelancer…" />

It auto-grows to max-h-64 and then scrolls, so a long description never pushes the submit button off the screen.

API

Plus every <textarea> prop. Source: textarea/components/textarea.tsx.