import { Props } from '@storybook/addon-docs/blocks';
import { TextArea } from './TextArea';
# TextArea
Use for multi line inputs like descriptions.
### Usage
```jsx
```
### Usage in forms with Field
`TextArea` should be used with the `Field` component to get labels and descriptions. It can also be used for validation by using the `required` attribute. See the `Field` component for more information.
```jsx
```