react-password
v0.1.0
Published
A React.js component for password inputs.
Maintainers
Readme
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-passwordSee Examples here:
Example
<ReactPassword revealed={ this.state.checked } maxLength="25" onChange={ this.handlePasswordChange } id="secret-password"/>License
MIT
