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

PropTypeDefaultDescription
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
gutterSizestringHorizontal padding; defaults from size
disabledbooleanfalseDisable the textarea
invalidbooleanfalseMark as invalid
allowAutofillExtensionsbooleanfalseAllow autofill extensions
autoSelectbooleanfalseSelect all contents when mounted
rowsnumber3Initial row count
autoResizebooleanfalseGrow/shrink with content
maxRowsnumberMax rows when autoResize