1.0.3 • Published 8 years ago

react-countdown-timer v1.0.3

Weekly downloads
225
License
MIT
Repository
github
Last release
8 years ago

react-countdown-timer

A timer component for React that counts down to zero for a specified number of milliseconds.

props

initialTimeRemaining: Number The time remaining for the countdown (in ms).

interval: Number (optional -- default: 1000ms) The time between timer ticks (in ms).

formatFunc(timeRemaining): Function (optional) A function that formats the timeRemaining.

tickCallback(timeRemaining): Function (optional) A function to call each tick.

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago