0.0.7 • Published 9 years ago

react-password-input v0.0.7

Weekly downloads
25
License
-
Repository
-
Last release
9 years ago

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');
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago