Textarea
A multi-line styled text input. Built on the native <textarea> element with DaisyUI's textarea class. Supports sizes, color tokens, and
bordered/ghost variants.
Default
Basic textarea with placeholder.
Sizes
Five sizes: xs → xl.
Colors
All eight DaisyUI color tokens.
Bordered
variant="bordered" — visible border at rest.
Ghost
variant="ghost" — transparent background.
Custom rows
Control height via the rows prop.
States
Disabled and read-only.
With label
Full form control with label and character hint.
Contact form
Real-world usage inside a card form.