vaadin-component-factory / vcf-password-strength

Component for visualisation of password's strength
Apache License 2.0
0 stars 1 forks source link

<vcf-password-strength>

Gitter Published on Vaadin  Directory

<vcf-password-strength> is a Web Component providing a strength indicator for a password field.

Live Demo ↗

Screenshot of vcf-password-strength

Usage

Add <vcf-password-strength> component to the page. Set attribute strength accordingly to calculated strength of password.

  <vcf-password-strength strength="3"></vcf-password-strength>

Installation

This components is distributed as Bower packages.

Polymer 2 and HTML Imports compatible version

Install vcf-password-strength:

bower i vaadin/vcf-password-strength --save

Once installed, import it in your application:

<link rel="import" href="https://github.com/vaadin-component-factory/vcf-password-strength/blob/master/bower_components/vcf-password-strength/vcf-password-strength.html">

Getting Started

Vaadin components use the Lumo theme by default.

The file structure for Vaadin components

Running demos and tests in browser

  1. Fork the vcf-password-strength repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-password-strength directory, run npm install and then bower install to install dependencies.

  4. Run polymer serve --open, browser will automatically open the component API documentation.

  5. You can also open demo or in-browser tests by adding demo or test to the URL, for example:

Running tests from the command line

  1. When in the vcf-password-strength directory, run polymer test

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Contributing

Vaadin Prime

This component is available in Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing

License

Apache License 2.0