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.
npm i --save react-password
See Examples here:
<ReactPassword revealed={ this.state.checked } maxLength="25" onChange={ this.handlePasswordChange } id="secret-password"/>
MIT