Textarea

A multi-line translucent text field with resize control.

Install

npx shadcn add @clearly/textarea

Preview

0 chars

Usage

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

<Textarea />

Every Clearly component also accepts glass (subtle·medium·strong), specular and className.

Props

PropTypeDefaultDescription
valuestringControlled value.
placeholderstringPlaceholder text.
disabledbooleanfalseDisable the field.