Widget to simplify forms by using a single input for password with visibility toggle.
- (optional) Bootstrap
≥3;
-
Import the
SCSSin your main stylesheet (or link to theCSS):@import "password-toggle"; -
add the
HTMLcode from ./password-toggle.html to your form ; -
add the
JSto your page or yourgulp:<script src="password-toggle.js"></script> -
Enjoy!


