87.7k

Textarea

Displays a form textarea or a component that looks like a textarea.

Installation

pnpm dlx shadcn@latest add textarea

Usage

import { Textarea } from "@/components/ui/textarea"
<Textarea />

Examples

Default

Disabled

With Label

With Text

With Button

Form