Textarea Input
A component that allows users to enter larger text.

Installation
npx shadcn@latest add @tetra-ui/textarea-inputUsage
import { TextareaInput } from "@/components/ui/textarea-input";<TextareaInput placeholder="Enter your message" />Invalid
<TextareaInput invalid placeholder="Enter your message" />Disabled
<TextareaInput disabled placeholder="Enter your message" />The textarea grows vertically with content. Tap anywhere on the field to focus the input.