Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 797 Bytes

Password toggle

Widget to simplify forms by using a single input for password with visibility toggle.

Preview

preview/password-toggle-off.png preview/password-toggle-focus.png preview/password-toggle-on.png

Requirements

Usage

  1. Import the SCSS in your main stylesheet (or link to the CSS):

     @import "password-toggle";
    
  2. add the HTML code from ./password-toggle.html to your form ;

  3. add the JS to your page or your gulp :

     <script src="password-toggle.js"></script>
    
  4. Enjoy!