1.0.2 • Published 7 years ago
timer-lib v1.0.2
timer-lib
This is a usable ReactJS component to create a countdown to any deadline date.
Getting Started
npm install timer-lib
To use the module -
import Timer from 'timer-lib'
Passing the deadline date as props -
<Timer deadline={this.state.deadlineDate} />