Skip to content

Commit 5b00c47

Browse files
committed
📝 Update readme
1 parent 12e78d3 commit 5b00c47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
1111
<img src="/static/demo.gif" alt="🔓" title="🔓 Demo" />
1212
</p>
1313

14-
## Demo
14+
## 📺 Demo
1515

1616
[Demo here](https://apertureless.github.io/vue-password-strength-meter/)
1717

18-
## Install
18+
## 🔧 Install
1919

2020
`yarn add vue-password-strength-meter zxcvbn`
2121

22-
## Usage
22+
## 👈 Usage
2323

2424
```javascript
2525
<script>
@@ -55,7 +55,7 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
5555
| strengthMeterClass | String | Password__strength-meter | strength-meter class |
5656
| strengthMeterFillClass | String | Password__strength-meter--fill | strength-meter class for individual data fills |
5757

58-
## Customizing
58+
## 💅 Customizing
5959

6060
You can customize the styling of the input field, badge and strength-meter by passing your own css classes
6161
to `defaultClass`, `strengthMeterClass` etc.

0 commit comments

Comments
 (0)