0.1.7 • Published 6 years ago

react-date-countdown v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

React Date Countdown

Countdown component for React.js

Installation

$ npm install react-date-countdown

Usage

import Countdown from 'react-date-countdown';

<Countdown finalDate="2018-07-16T00:00:00Z" />

Attributes

  • startDate: 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.
0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago