GithubX

Textarea

Multi-line text input.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/textarea.json

## usage

import { Textarea } from "@/components/ui/textarea";
<Textarea rows={5} chWidth={44} placeholder="Add context..." />

## with label

## compact

rows and chWidth size the frame in text rows and characters.

## disabled