@vaadin-component-factory/vcf-password-strength

Vaadin Component Factory Password Strength for Polymer 3

Usage no npm install needed!

<script type="module">
  import vaadinComponentFactoryVcfPasswordStrength from 'https://cdn.skypack.dev/@vaadin-component-factory/vcf-password-strength';
</script>

README

<vcf-password-strength>

Gitter npm version Published on Vaadin Directory

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

GIF of Vaadin Component Factory password strength

Live demo ↗

Installation

Install vcf-password-strength:

npm i @vaadin-component-factory/vcf-password-strength --save

Usage

Once installed, import it in your application:

import '@vaadin-component-factory/vcf-password-strength';

Add <vcf-password-strength> element to the page.

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

Running demo

  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 to install dependencies.

  4. Run npm start to open the demo.

Server-side API

This is the client-side (Polymer 3) web component. If you are looking for the server-side (Java) API for the Vaadin Platform, it can be found here: Password Strength

Vaadin Prime

This component is available in the 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: Pricing

License

Apache License 2.0