Textarea

PreviousNext

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

textarea-demo

Installation

pnpm dlx shadcn@latest add textarea

Usage

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

Examples

Default

textarea-demo

Disabled

textarea-disabled

With Label

textarea-with-label

With Text

textarea-with-text

With Button

textarea-with-button

Form

textarea-form