@vaadin-component-factory/vcf-password-strength
v1.0.2
Published
Vaadin Component Factory Password Strength for Polymer 3
Downloads
80
Readme
<vcf-password-strength>
<vcf-password-strength>
is a Web Component providing a strength indicator for a password field.
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
Fork the
vcf-password-strength
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-password-strength
directory, runnpm install
to install dependencies.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