Skip to main content

Textarea

v.2.0.1

Usage

Using the Textarea component is as simple as importing it like this.

Live Editor
Result

Types, definitions, etc.

TextareaProps
type TextareaProps = {
heightAutoResize?: boolean;
invalid?: boolean;
} & JSX.IntrinsicElements['textarea'];