Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 255 Bytes

File metadata and controls

9 lines (8 loc) · 255 Bytes

React timer

Usage:

<Timer initialTime="2" bgColor='#283B4C' completeCallback={()=> {console.log('timer finished')}}/>

initialTime - in minutes bgColor - background color, remove for transparent completeCallback - called when countdown finished