MicheleBertoli / react-count-to

Animated counter component for React.js
http://react-count-to.herokuapp.com
MIT License
61 stars 14 forks source link

feat(toFixed): add tofixed attribute #3

Closed tachun closed 9 years ago

tachun commented 9 years ago

For my use case, numbers aren't always integer, so I think it will be great that we can set an tofixed attribute to control decimals.

*ps: I don't have docker on my machine so I didn't build my code into dist & demo

Thanks