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