social-likes-nojq/gh-pages/tamia/modules/password
Artem Sapegin 1e3cb062ee Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
..
Readme.md Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
example.html Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
index.styl Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
script.coffee Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
script.js Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00

Readme.md

Password field

Password field with toggle to show characters.

Markup

<div class="password" data-component="password">
	<span class="password__toggle js-toggle"></span>
	<input type="password" class="password__field field js-field">
</div>

States

.password.is-ok

Browser is supported.

.password.is-unlocked

Password characters are visible.

Caveats

IE9+.

Skin

Set password_default_skin or modules_default_skin to true to enable default skin.