react-password-input

0.0.7 • Public • Published

Password Input

Summary

A passowrd input component backed by zxcvbn

Installation

    $ npm install --save react-password-input

Instructions

        ...
        var PasswordInput = require('react-password-input');
        ...
        //es 6
        import PasswordInput from 'react-password-input';
        ...

        <PasswordInput ref="passwordInput"
                       placeholder="Password"/>
        ...

        //include css
        require('react-password-input/styles/password-input.css');

Readme

Keywords

none

Package Sidebar

Install

npm i react-password-input

Weekly Downloads

1

Version

0.0.7

License

none

Last publish

Collaborators

  • lance.westerhoff
  • wuggastudios