MotionCounter is a React component library for animated counters.
https://www.npmjs.com/package/motioncounter
Install via npm:
npm install motioncounter
import { Counter } from "motioncounter";
For more examples cf. demo folder
This library is built and tested with React 19.0.0 and ReactDOM 19.0.0 or later. Please ensure your project meets these requirements.