Components
Number that counts up when it scrolls into view, then stops. Custom formatter for currency/percent, configurable duration and delay; respects reduced motion.
Loading preview...
import AnimatedCounter from "@/components/ui/animatedcounter"
export default function Demo() {
return <AnimatedCounter />
}