gold-password-input:
[ This description is mirrored from README.md at github.com/GeoloeG/gold-password-input on 2019-05-22 ]
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT License © Pascal Gula