Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collaborne/polymer-password-strength
A password strength indicator for use in Polymer 2 projects, powered by zxcvbn
https://github.com/collaborne/polymer-password-strength
Last synced: 1 day ago
JSON representation
A password strength indicator for use in Polymer 2 projects, powered by zxcvbn
- Host: GitHub
- URL: https://github.com/collaborne/polymer-password-strength
- Owner: Collaborne
- License: mit
- Created: 2017-09-29T15:57:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T15:53:34.000Z (over 5 years ago)
- Last Synced: 2024-09-17T10:43:30.353Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `` [![Build Status](https://travis-ci.org/Collaborne/polymer-password-strength.svg?branch=master)](https://travis-ci.org/Collaborne/polymer-password-strength)
_A Polymer password strength indicator, to be used in connection by [zxcvbn](https://github.com/dropbox/zxcvbn)_
This element was originally developed by Limon Monte.
# Installation
```bash
npm install --save @collaborne/polymer-password-strength
```# Usage
```html
```