# InputPassword

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

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

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

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