Skip to content

Textarea

A resizable multi-line field sharing the Input’s pixel border and mono placeholder.

import { Textarea } from "@/components/ui/textarea"
<Textarea placeholder="leave a note" />

All native <textarea> attributes are supported (rows, placeholder, disabled, value, onChange, …).