Textarea

A multi-line text field with variants, character count, and Field integration.

29/200

Import#

import { Textarea } from "astralis-ui";
// also available as Input.TextArea

Props#

PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Text and padding scale.
variant"outline" | "filled" | "underline" | "unstyled""outline"Visual style.
rowsnumber4Initial visible lines.
showCountbooleanfalseCharacter counter (pairs with maxLength).
invalid / disabled / readOnlybooleanfrom FieldState plumbing.

Inside a Field, the label association, required, and help/error aria-describedby wiring all come for free.