v-count-down

1.2.0 • Public • Published

v-count-down

Build Status codecov

A count down component implement by vuejs

Demo

Demo

Usage

Install

npm install v-count-down --save

And, if you are using vue 2.0

npm install v-count-down@next --save

CommonJS

var VueCountDown = require('v-count-down');
 
new Vue({
    components: {
        'vue-count-down': VueCountDown
    },
    template: '<vue-count-down duration="100000"></vue-count-down>'
});

ES6

import VueCountDown from 'v-count-down';
 
new Vue({
    components: {
        'vue-count-down': VueCountDown
    },
    template: '<vue-count-down duration="100000"></vue-count-down>'
})

Props

Property Description
duration the duration of the count down
endTime the end time of the count down
onTimeOut timeout handler of the count down

License

MIT

Package Sidebar

Install

npm i v-count-down

Weekly Downloads

1

Version

1.2.0

License

ISC

Last publish

Collaborators

  • lakb248