Add-on Directory

← Back

vcf-password-strength

Component for visualisation of password's strength

Author

Contributors

Rating

Popularity

<100

<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

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: Vaadin Usage Statistics

Sample code

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

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • @polymer/polymer#^3.0.0
  • @vaadin/vaadin-element-mixin#^2.1.3
  • @vaadin/vaadin-license-checker#^2.1.2
  • @vaadin/vaadin-lumo-styles#^1.5.0
  • @vaadin/vaadin-themable-mixin#^1.4.4
Released
2020-01-08
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 3.0+
Polymer 2.0+ in 1.1.0
Browser
Browser Independent

vcf-password-strength - Vaadin Add-on Directory

Component for visualisation of password's strength vcf-password-strength - Vaadin Add-on Directory
# <vcf-password-strength> [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-password-strength)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-password-strength) [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-password-strength) `` is a Web Component providing a strength indicator for a password field. ![GIF of Vaadin Component Factory password strength](https://raw.githubusercontent.com/vaadin/incubator-password-strength/master/screenshot.gif) [Live demo ↗](https://vcf-password-strength.netlify.app) ## Installation Install `vcf-password-strength`: ```sh npm i @vaadin-component-factory/vcf-password-strength --save ``` ## Usage Once installed, import it in your application: ```js import '@vaadin-component-factory/vcf-password-strength'; ``` Add `` element to the page. ```html ``` ## Running demo 1. Fork the `vcf-password-strength` repository and clone it locally. 1. Make sure you have [npm](https://www.npmjs.com/) installed. 1. When in the `vcf-password-strength` directory, run `npm install` to install dependencies. 1. 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](https://vaadin.com/directory/component/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](https://vaadin.com/pricing) ## License Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see: [LICENSE](https://github.com/vaadin-component-factory/vcf-password-strength/blob/master/LICENSE) Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see: [Vaadin Usage Statistics](https://github.com/vaadin/vaadin-usage-statistics)
View on GitHub
Online Demo
License
Server-side Implementation
View on NPM

vcf-password-strength version 1.1.0
### Dependencies * polymer#^2.0.0 * vaadin-themable-mixin#vaadin/vaadin-themable-mixin#^1.0.0 * vaadin-license-checker#vaadin/license-checker#^2.0.1 * vaadin-lumo-styles#vaadin/vaadin-lumo-styles#^1.0.0 * vaadin-element-mixin#^2.1.1

vcf-password-strength version 1.0.0
### Dependencies * @polymer/polymer#^3.0.0 * @vaadin/vaadin-element-mixin#^2.1.3 * @vaadin/vaadin-lumo-styles#^1.5.0 * @vaadin/vaadin-themable-mixin#^1.4.4

vcf-password-strength version 1.0.1
### Dependencies * @polymer/polymer#^3.0.0 * @vaadin/vaadin-element-mixin#^2.1.3 * @vaadin/vaadin-license-checker#^2.1.2 * @vaadin/vaadin-lumo-styles#^1.5.0 * @vaadin/vaadin-themable-mixin#^1.4.4

Online