Saaj UI

Text Area

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

Preview

Installation

npx saaj add TextArea

Usage

MyTextArea.tsx
import { TextArea } from '@/components/ui/TextArea';
 
export function MyTextArea() {
  return (
    <TextArea placeholder="Comment" />
  );
}

On this page