A multi-line text input field with support for custom styling and states.
import { Textarea } from '@/components/ui/textarea'; export default function TextareaDemo() { return ( <div className="w-96"> <Textarea placeholder="Type your message here." /> </div> ); }
Part of ReUI — browse the full library on 21st.dev.