react-clock
react-clock copied to clipboard
Decouple renderNumbers prop from renderHouseMarks prop
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}
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.