An open API service indexing awesome lists of open source software.

https://github.com/ofcold/password

A powerful password validator that supports bootstrap4 by default.
https://github.com/ofcold/password

bootstrap4 password

Last synced: 4 months ago
JSON representation

A powerful password validator that supports bootstrap4 by default.

Awesome Lists containing this project

README

          

# password
A powerful password validator that supports bootstrap4 by default.

## Installation
```bash
npm install ofcold-password --save
```

## Usage

```vue

```

```js
import Vue from 'vue';
import BootstrapVue from 'bootstrap-vue'
import OfcoldPassword from 'ofcold-password';
Vue.use(BootstrapVue);
Vue.use(OfcoldPassword);

```

OR
```js
import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue'
import OfcoldPassword from 'ofcold-password/src/App';
Vue.use(BootstrapVue);

export default {
components: {
OfcoldPassword
}
}

```

![Preview](https://github.com/ofcold/password/blob/master/pass.gif?sanitize=true)