<hipaa-password-input>
is an input element with Material Design that allows password with HIPAA security regulation standards functionality.
The password will match HIPAA security regulation standards.
is a single-line text field with Material Design styling for entering a password.
It may include an optional label, which by default is "Password". It includes a suffix to be able to show the plain text password with a toggle icon.
The input can be automatically validated as the user is typing by using the auto-validate and required attributes.
Install the component using Bower:
$ bower install — save biztek/hipaa-password-input
Import Custom Element:
<link rel="import" href="bower_components/hipaa-password-input/hipaa-password-input.html">
And then use it:
<hipaa-password-input></hipaa-password-input>
- Fork it!
- Create your feature branch:
git checkout -b hipaa-password-input
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push -u origin hipaa-password-input
- Submit a pull request
Licensed under Apache 2.0.