Simple digital clock implementation in react.
npm install react-digital-clock import Clock from 'react-digital-clock';
2. Use component :
Optional Props
####locale
- Default: []
- Expected: true or false
- Function: To pass locale
##
####hour12
- Default: true
- Expected: true or false
- Function: Flag to switch 12 Hour/ 24 Hour format.
- Example
##
####format
- Default: 'hh-mm-ss'
- Expected: 'hh' / 'hh-mm' / 'hh-mm-ss'
- Function: To specify the display format of time.
- Example
##