Status Indicator ·

A Vue component to show a status indicator as colored dots. This is a fork of status-indicator with a few changes for use it with Vue.
Install/Usage
# Install with npm $ npm i -S vue-status-indicator # or yarn $ yarn add vue-status-indicator
You can use Local Registration:
; el: '#app' components: StatusIndicator ;
or Global Registration:
;Vue; // or with a custom component name;Vue;
Usage in browser
In browser you can use Unpkg, Jsdelivr, CDN.js, etc.
# Unpkg https://unpkg.com/vue-status-indicator@latest/dist/vue-status-indicator.js # JSDelivr https://cdn.jsdelivr.net/npm/vue-status-indicator@latest/dist/vue-status-indicator.min.js
Supported Browsers
Latest versions of Chrome/Firefox/Safari/IE/Opera.
Documentation
Props
Name | Description | Type | Default | Required |
---|---|---|---|---|
status | Status color for the dot | String | "" | false |
pulse | Enable or disable the pulse effect | Boolean | false | false |
Customatization
You are able to customize the dot by CSS variables, default configuration is listed below.
Community
All feedback and suggestions are welcome!
License
This is a open-source software licensed under the MIT license