0.3.0 • Published 8 years ago

react-component-password v0.3.0

Weekly downloads
28
License
MIT
Repository
-
Last release
8 years ago

React-Component-Password

React component to manage password input. Show/Hide, strength and auto-generate passwords

  • Install

npm install react-component-password --save

  • Features

    You can use by props:

    • Show/Hide: Hide by default
    • Value: Add a value by default
    • Numbers: Boolean, put numbers in password (by default -> false)
    • Length: length of password (by default -> 10)
    • symbols: Boolean, put symbols in password (by default -> false)
    • uppercase: Boolean, use uppercase letters in password (by default -> true)

    Also, you will see the strength of the password. This strength is calculate with zxcvbn library

  • Example:

    import AppPassword from 'react-component-password';

    < AppPassword show={true} value=“12345678” numbers=“true”/>

0.3.0

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago