NeumorUINeumorUI
📖📦
Form

Textarea

Multi-line clay text area with label, helper text, error, and resize control.

tsx
1import { Textarea } from "neumorui";

Example

Max 500 characters

label
helperText
error
resize
rows

Props

PropTypeDefault
labelstring-
helperTextstring-
errorstring-
resize"none" | "both" | "horizontal" | "vertical""vertical"
rowsnumber4