srijken / gold-password-input

[Polymer 1.x] An input element with Material Design that allows password with an optional strength meter.

Home Page:https://metanov.github.io/gold-password-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bower version Build Status Dependency Status

<gold-password-input> is an input element with Material Design that allows password with an optional strength meter and reveal functionality.

Demo

https://metanov.github.io/gold-password-input/

Install

Install the component using Bower:

$ bower install gold-password-input --save

Usage

Import Custom Element:

<link rel="import" href="bower_components/gold-password-input/gold-password-input.html">

And then use it:

<gold-password-input></gold-password-input>

or

<gold-password-input strength-meter></gold-password-input>

See the Documentation for more options.

Discussing

If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © Pascal Gula

Throughput Graph

About

[Polymer 1.x] An input element with Material Design that allows password with an optional strength meter.

https://metanov.github.io/gold-password-input/


Languages

Language:HTML 99.3%Language:JavaScript 0.7%