File tree 1 file changed +22
-5
lines changed
1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 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 " >< ; vue-status-indicator /> ; </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
+ ---
5
22
6
23
![ Screenshot] ( https://i.imgur.com/v1vJ3Ue.gif )
7
24
8
25
## Install
9
26
10
27
``` bash
11
- npm i vue-status-indicator
28
+ npm i -S vue-status-indicator
12
29
```
13
30
14
31
### Donate
You can’t perform that action at this time.
0 commit comments