1.0.10 • Published 10 years ago
react-countdown-clock-stealth v1.0.10
React Countdown Clock
A HTML 5 canvas countdown clock as a React component

Demo
pughpugh.github.io/react-countdown-clock
Installation
npm install react-countdown-clockUsage
<ReactCountdownClock seconds={60}
color="#000"
alpha={0.9}
size={300}
onComplete={myCallback} />Props
secondsto count downcoloryou'd like it to be as a hex/css colour codealphatransparency for componentsizefor height and width of canvas element, in pixels.onCompletecallback when timer completes