1.0.3 • Published 6 years ago

react-polar-clock v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

A simple polar clock for React.

Based on https://codepen.io/pankajparashar/pen/sIpyw

Set colors:

<Polar colors={{
  seconds: '#FF0',
  minutes: '#00F',
  hours: '#F0F',
  month: '#0F0',
  date: '#F00' }} 
/>

Set size:

<Polar size={200} />

Set update interval (default 25ms):

<Polar interval={25} />