NOT MAINTAINED
Date Countdown component for React.js
$ npm install react-date-countdownimport Countdown from 'react-date-countdown';
<Countdown finalDate="2018-07-16T00:00:00Z" />- startDate (optional): Delta of start date. If this is set the component won't behave as a countdown but as an interval calculator between the start and final date
- finalDate: Delta of final date.
- className (optional): CSS class.