UNPKG

@blueprintjs/core

Version:
21 lines (13 loc) 355 B
--- title: Text area --- # Text area **TextArea** is a multiline text input component which can be controlled similar to an [**InputGroup**](#core/components/input-group) component or `<input>` element. ## Import ```ts copy import { TextArea } from "@blueprintjs/core"; ``` @reactExample TextAreaExample ## Props interface @interface TextAreaProps