vanilla-countdown

1.0.0 • Public • Published

Vanilla Countdown

A countdown plugin made with vanillaJS.

Parameters: options {object}, element {object(DOM_NODE)}

Usage

var element = document.querySelector('#my-element');
 
var counter = new vanillaCountdown({
    year: 2015,
    month: 11,
    day: 27,
    hour: 23,
    minute: 59,
    second: 59,
    text: false // Default: true
}, element);
 
counter.init();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i vanilla-countdown

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • geovanerocha
  • kauegimenes