ndresx / react-countdown

A customizable countdown component for React.
MIT License
746 stars 69 forks source link

How to sync countdown with progress bar ??? #238

Closed BinarySenseiii closed 1 year ago

BinarySenseiii commented 1 year ago

image

image hi m trying to sync progress i was trying this but its not working any example ? problem is when ever i tried to set value in onTick - total its not working time stuck also

value={100 - ((total/1200000)*100)} - this one is working but only inside render i want to use progress component outside render n for that i need total value