pughpugh / react-countdown-clock

HTML5 canvas countdown clock React component
ISC License
187 stars 83 forks source link

How to use onComplete #58

Closed riabhatia24 closed 6 years ago

riabhatia24 commented 6 years ago

<ReactCountdownClock seconds={10} color="black" alpha={1} size={80} showMilliseconds={false} onComplete={( ) => } weight={10} />

This does not work. How to use the onComplete prop?