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

feat: add a `viewBox` to the `svg` element for better scaling #224

Closed blmage closed 1 year ago

blmage commented 1 year ago

Thanks for publishing this package, along with use-elapsed-time it has been very helpful for my last side project!

Everything is working fine so far, except that the timer doesn't seem to scale down well - adding a viewBox to the <svg> element should be enough to help browsers figure what to do.

vydimitrov commented 1 year ago

Great, I am merging this PR! Thank you @blmage.