Closed manojgetwealthy closed 1 year ago
*Change type Minor
Description: Adding additional and optional support for locale. Following amount: 100000 is shown as 100,000 by default (en-US locale) Amount is shown as 1,00,000 for en-IN locale.
100,000
1,00,000
Usage example:
<AnimatedNumbers animateToNumber={Math.round(amount)} includeComma={true} locale={locale} ></AnimatedNumbers>
Please let me know for any feedback.
@manojgetwealthy LGTM 👍 could you update document also?
@heyman333 Readme updated.
@manojgetwealthy Really Thanks!
*Change type Minor
Description: Adding additional and optional support for locale. Following amount: 100000 is shown as
100,000
by default (en-US locale) Amount is shown as1,00,000
for en-IN locale.Usage example:
Please let me know for any feedback.