Countdown timer until the end of the promotion
npm i js-promotion-timer
ES6
import promoTimer from "js-promotion-timer";
promoTimer({
timePromotionEnd: string,
timerSelector: selectorTimerContainer,
clockSelectors: {
days: selector,
hours: selector,
minutes: selector,
seconds: selector,
}
})
import promoTimer from "js-promotion-timer";
promoTimer({
timePromotionEnd: '2023-12-25',
timerSelector: '.promotion__timer',
clockSelectors: {
days: '#days',
hours: '#hours',
minutes: '#minutes',
seconds: '#seconds',
}
})
You can customaze what ever you want. You have you're HTML markup and you're css style's
Copyright (c) 2023 CrawFish666 Released under the MIT license