Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 261 Bytes

File metadata and controls

11 lines (8 loc) · 261 Bytes

Click the theme buttons to re-initialize examples.

<StyledCountdown onTick={value => console.log("Countdown: ", value)} />

This timer is always stopped:

<StyledCountdown stop onTick={value => console.log("Stopped countdown: ", value)} />