New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

v-count-down

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-count-down

A count down component implement by vuejs

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

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

PropertyDescription
durationthe duration of the count down
endTimethe end time of the count down
onTimeOuttimeout handler of the count down

License

MIT

Keywords

vue-component

FAQs

Package last updated on 21 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts