JSPM

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

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q54364F
  • License https://raw.githubusercontent.com/vaadin/vaadin-incubator-element/master/LICENSE

Vaadin Component Factory Password Strength for Polymer 3

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>

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