Skip to content

Commit 4da88fb

Browse files
authored
Update README.md
1 parent e21262b commit 4da88fb

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
1-
# <status-indicator/>
2-
3-
A Vue.js component to show status indicator as colored dots. [Demo](https://coderdiaz.me/vue-status-indicator/).
4-
This is a fork of [status-indicator](https://github.com/tnhu/status-indicator) with a few changes for use with Vue.js.
1+
<p align="center">
2+
<a href="https://github.com/coderdiaz/vue-tiny-pagination">
3+
<img src="https://vuejs.org/images/logo.png" width="120">
4+
</a>
5+
<h2 align="center">&lt;vue-status-indicator /&gt;</h2>
6+
</p>
7+
8+
<p align="center">
9+
A Vue.js component to show status indicator as colored dots. [Demo](https://coderdiaz.me/vue-status-indicator/). This is a fork of [status-indicator](https://github.com/tnhu/status-indicator) with a few changes for use with Vue.js.
10+
</p>
11+
12+
<p align="center">
13+
<a href="https://npmjs.com/package/vue-status-indicator"><img src="https://img.shields.io/npm/dt/vue-status-indicator.svg?style=flat-square"></a>
14+
<a href="https://github.com/coderdiaz/vue-status-indicator/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square"></a>
15+
<a href="https://github.com/coderdiaz/vue-status-indicator/stargazers"><img src="https://img.shields.io/github/stars/coderdiaz/vue-status-indicator.svg?style=flat-square"></a>
16+
<a href="http://npmjs.com/package/vue-status-indicator"><img src="https://img.shields.io/npm/v/vue-status-indicator.svg?style=flat-square"></a>
17+
<a href="http://npmjs.com/package/vue-status-indicator"><img src="https://img.shields.io/npm/dm/vue-status-indicator.svg?style=flat-square"></a>
18+
<a href="https://www.paypal.me/coderdiaz"><img src="https://img.shields.io/badge/invite-coffee-red.svg?style=flat-square"></a>
19+
</a>
20+
21+
---
522

623
![Screenshot](https://i.imgur.com/v1vJ3Ue.gif)
724

825
## Install
926

1027
```bash
11-
npm i vue-status-indicator
28+
npm i -S vue-status-indicator
1229
```
1330

1431
### Donate

0 commit comments

Comments
 (0)