npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

react-password

0.1.0

@jprichardson

npmHomeRepoSnykSocket
Downloads:3
$ npm install react-password
DailyWeeklyMonthlyYearly

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