0.0.7 • Published 10 years ago

react-password-input v0.0.7

Weekly downloads
25
License
-
Repository
-
Last release
10 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

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago