Saaj UI

Text Area

A text area that allows the user to enter multiple lines of text.

Installation

npx saaj add text-area

Usage

import { TextArea } from '@/components/ui/text-area';
 
export function TextAreaDemo() {
  return (
    <TextArea placeholder="Comment" />
  );
}

On this page