Displays a multi-line text input field with enhanced features like clearable functionality, auto-resizing, and Zod validation support
import { Textarea } from "@/components/ui/textarea"; export default function DemoOne() { return ( <> <div className="max-w-sm w-full"> <Textarea placeholder="Enter your message here..." /> </div> </> ); }
Part of HextaUI — browse the full library on 21st.dev.