---
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
