# InputText

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

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

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

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