valuerequired The number to count to. Change it and the count runs again — there is no trigger prop. | number | — |
speed How long the count takes, in milliseconds. | number | 1000 |
easing How the count accelerates and settles. | linear•ease-out•ease-in-out | ease-out |
format Turn the number into the string shown, for a currency or a unit. | (value: number) => string | — |
separator Thousands separator. | string | — |
decimals Decimal places to hold. | number | — |
effect How the digits change: a plain count, a wheel, or a smooth blur. | simple•wheel•smooth | simple |
children Rendered after the number. | React.ReactNode | — |
| …and every FlexProps prop | inherited | — |
| …and every TextProps prop | inherited | — |
| string | — |
| React.CSSProperties | — |