Textarea
Semantic multi-line text input collection
import { Textarea } from "@plexui/ui/components/Textarea";Examples
Base
Variants
variant
outline
soft
Auto resize
rows
maxRows
Sizing
size
gutterSize
Disabled
Invalid
Auto select text
Autofill extensions
Reference
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "outline" | "soft" | "outline" | Visual style of the textarea |
size | "3xs" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "md" | Control height for single-line equivalent |
gutterSize | string | — | Horizontal padding; defaults from size |
disabled | boolean | false | Disable the textarea |
invalid | boolean | false | Mark as invalid |
allowAutofillExtensions | boolean | false | Allow autofill extensions |
autoSelect | boolean | false | Select all contents when mounted |
rows | number | 3 | Initial row count |
autoResize | boolean | false | Grow/shrink with content |
maxRows | number | — | Max rows when autoResize |