Directory

← Back

hipaa-password-input

HIPAA compliant password input

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/biztek/hipaa-password-input on 2019-05-10 ]

Build Status

Published on webcomponents.org

Demo and API Docs

##<hipaa-password-input>

<hipaa-password-input> is an input element with Material Design that allows password with HIPAA security regulation standards functionality.

<hipaa-password-input>

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

Install the component using Bower:

$ bower install — save biztek/hipaa-password-input

Usage

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>

Contributing

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

License

Licensed under Apache 2.0.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

polymer/polymer#^1.7.0

  • PolymerElements/paper-input#^1.0.0
  • PolymerElements/iron-a11y-keys-behavior#~1.1.1
  • PolymerElements/iron-icon#^1.0.11
  • PolymerElements/paper-material#^1.0.0
  • PolymerElements/paper-icon-button#^1.0.0
Released
2017-06-21
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 1.0+
Browser
Browser Independent

hipaa-password-input - Vaadin Add-on Directory

HIPAA compliant password input hipaa-password-input - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/biztek/hipaa-password-input](https://github.com//biztek/hipaa-password-input/blob/v1.0.4/README.md) on 2019-05-10 ]** [![Build Status](https://travis-ci.org/biztek/hipaa-password-input.svg?branch=master)](https://travis-ci.org/biztek/hipaa-password-input) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/biztek/hipaa-password-input) _[Demo and API Docs](https://biztek.github.io/hipaa-password-input/components/hipaa-password-input/)_ ##<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 Install the component using [Bower](http://bower.io/): ```sh $ bower install — save biztek/hipaa-password-input ``` ## Usage Import Custom Element: ```html ``` And then use it: ```html ``` ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b hipaa-password-input` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push -u origin hipaa-password-input` 5. Submit a pull request ## License Licensed under [Apache 2.0](LICENSE).
Online