sh-input-password
Version:
Password input box superhero theme
20 lines (14 loc) • 731 B
Markdown
SuperheroUI [](https://travis-ci.org/SuperheroUI/shInputPassword) [](https://coveralls.io/github/SuperheroUI/shInputPassword) [](https://badge.fury.io/js/sh-input-password)
InsideSales.com React UI
# ShInputPassword
## Website (For examples, limits, and usage)
https://superheroui.github.io/
## Installation
Use npm to install the module
```sh
npm install sh-input-password --save
```
Now you can import it into your project
```js
import ShInputPassword from 'sh-input-password';
```