@blueprintjs/core
Version:
Core styles & components
21 lines (13 loc) • 355 B
text/mdx
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