# Textarea
The Textarea component allows you to easily create multi-line text inputs.
## Installation
```sh
yarn add @chakra-ui/textarea
```
## Import component
```jsx
import { Textarea } from "@chakra-ui/textarea"
```
## Basic Usage
```jsx
```
## Disabled
Pass the `isDisabled` prop to put the textarea in the disabled state
```jsx
```
## Invalid
Pass the `isInvalid` prop to put the textarea in the invalid state
```jsx
```
## Sizes
Pass the `size` prop to change the size of the textarea
```jsx
<>
>
```
## Resize
Pass the `resize` prop to resize to textarea in the vertical or horizontal
direction
```jsx
```