Textarea

A form textarea or a component that looks like one.

Installation

Add the textarea component with the shadcn CLI.

npx shadcn@latest add https://yami.ui.unsanity.ai/r/textarea.json

Usage

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

<Textarea placeholder="Type your message here." className="w-72" />

Examples

Default

Code

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

<Textarea placeholder="Type your message here." className="w-72" />