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

Decouple renderNumbers prop from renderHouseMarks prop

Open jnorvell opened this issue 1 year ago • 1 comments

Thank you for writing this component. Here is a small feature request:

for the settings props, could you make these props independent of each other:

                 renderHourMarks={false}
                 renderMinuteMarks={false}
                 renderNumbers={true}

Unfortunately, if I only want the numbers without the marks, it will not render. The hour numbers only seem to render if the renderHouseMarks={true}

jnorvell avatar Jul 21 '24 22:07 jnorvell

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] avatar Oct 21 '24 00:10 github-actions[bot]