Password View

How To Use

You need an input type="password" followed by a p tag with class .bf-password-view, all within a form tag.

SHOW

					
<form>
  <label>Password</label>
  <input type="password" />
  <p class="bf-password-view">SHOW</p>
</form>
					
				

Options

You can change the text within the p tag to whatever feels best, even an icon! We find the word show works best.