react-clock icon indicating copy to clipboard operation
react-clock copied to clipboard

An analog clock for your React app.

Results 2 react-clock issues
Sort by recently updated
recently updated
newest added

Is there a way I can add a drag event to the hands of the clock and set the time that way?

enhancement

Hi! I leave a css trick to make react-clock responsive. ```html ``` ```css .container { width: 300px; } .react-clock { width: inherit !important; padding-top: 100%; } ``` I hope you...