Package Exports
- @vaadin-component-factory/vcf-password-strength
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin-component-factory/vcf-password-strength) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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