@# Text area

__TextArea__ is a multiline text input component which can be controlled similar to an `<InputGroup>` or `<input>`.

@reactExample TextAreaExample

@## Props interface

@interface TextAreaProps

@## CSS API

<div class="@ns-callout @ns-intent-warning @ns-icon-warning-sign @ns-callout-has-body-content">
    <h5 class="@ns-heading">

Deprecated API: use [`<TextArea>`](#core/components/text-area)

</h5>

CSS APIs for Blueprint components are considered deprecated, as they are verbose, error-prone, and they
often fall out of sync as the design system is updated. You should use the React component APIs instead.

</div>

Apply `Classes.INPUT` to a `<textarea>` element.

@css textarea
