# Textarea

![size](https://img.shields.io/bundlephobia/min/@propellerads/textarea.svg)
![](https://img.shields.io/npm/v/@propellerads/textarea.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/textarea) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/textarea)

## Installation
* `yarn add @propellerads/textarea` or `npm install @propellerads/textarea -S`

### How to use
* `import Textarea from '@propellerads/textarea';`
* And render
```
<Textarea
    onChange={(value) => {}}
    label="My label"
    value={value}
/>
```
