@# 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
```tsx
import { TextArea } from"@blueprintjs/core";
```
@reactExample TextAreaExample@## Props interface@interface TextAreaProps