Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coderdiaz committed Jan 8, 2018
1 parent 13a2694 commit 19c928c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <status-indicator/>

A Vue.js component to show status indicator as colored dots. Demo.
A Vue.js component to show status indicator as colored dots. [Demo](https://coderdiaz.me/vue-status-indicator/).

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

Expand Down Expand Up @@ -34,7 +34,17 @@ import 'vue-status-indicator'
HTML/Vue:

```html
<status-indicator active pulse></status-indicator>
<template>
<status-indicator active pulse></status-indicator>
</template>
<script>
import StatusIndicator from 'vue-status-indicator'
export default {
components: {
StatusIndicator
}
}
</script>
```

### API
Expand Down

0 comments on commit 19c928c

Please sign in to comment.