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