UNPKG

sh-input-password

Version:
20 lines (14 loc) 731 B
# SuperheroUI [![Build Status](https://travis-ci.org/SuperheroUI/shInputPassword.svg?branch=master)](https://travis-ci.org/SuperheroUI/shInputPassword) [![Coverage Status](https://coveralls.io/repos/github/SuperheroUI/shInputPassword/badge.svg)](https://coveralls.io/github/SuperheroUI/shInputPassword) [![npm version](https://badge.fury.io/js/sh-input-password.svg)](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'; ```