0.1.0 • Published 9 years ago

react-password v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

React.js Password

A React.js component to for password fields. At this moment it only allows you to show/hide a password field. In the future, it may include more like validation.

Usage

npm i --save react-password

See Examples here:

Example

<ReactPassword revealed={ this.state.checked } maxLength="25" onChange={ this.handlePasswordChange } id="secret-password"/>

License

MIT