Text AreaA text area that allows the user to enter multiple lines of text.Installation CLIManualnpmyarnpnpmbunnpx saaj add text-area Usage import { TextArea } from '@/components/ui/text-area'; export function TextAreaDemo() { return ( <TextArea placeholder="Comment" /> ); }PreviousTextNextText Input