Countdown

Countdown is a plugin tailored to be used in any layout, without any CSS/HTML dependency. The goal was to fit and mimic different countdown styles as you see out there in coupons and auction sites.


Examples

Basic

<div class="countdown" data-countdown-date="12/12/2020" data-countdown-label="hide"></div>

Labels

<div class="countdown" data-countdown-date="12/12/2020"></div>

Blocks

<div class="countdown countdown-blocks" data-countdown-date="12/12/2020"></div>

Hero

<div class="countdown countdown-hero" data-countdown-date="12/12/2020"></div>