vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692 stars 87 forks source link

Is it possible add MM:SS format to timer? #249

Closed nafasebra closed 4 months ago

nafasebra commented 4 months ago

Is it possible which we add minute : second format like this?

image

vydimitrov commented 4 months ago

Yup, the component gives you remainingTime in seconds which you can format the way you want it.