Textarea
shadcn/uiDisplays a form textarea or a component that looks like a textarea.
Installation
Props
<Textarea />
Name
Type
className
string
variant
"raised" | "ghost" | "outline"
Search for a command to run...
Displays a form textarea or a component that looks like a textarea.
import { Textarea } from "@/registry/optics/textarea";<Textarea placeholder="Type your message here." /><Textarea placeholder="Disabled" disabled />import { Textarea } from "@/registry/optics/textarea";<Textarea placeholder="Type your message here." /><Textarea placeholder="Disabled" disabled />