JSPM

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

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q54376F
  • 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>

This is the npm version vcf-password-strength developed using Polymer 3.

<vcf-password-strength> is a Web Component providing an easy way to hide extra content from your webpage and show them to the user whenever they need them.

Demo

https://vcf-password-strength.netlify.com/

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> component to the page. Set attribute strength accordingly to calculated strength of password.

<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.

Contributing

To contribute to the component, please read the guideline first.

License

Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.