Back to Registry
Animated Counter
motionSpring-driven number counters that animate on mount.
Colorblue-500
Width
Shadow
Live Preview
0Users
0Stars
0Uptime %
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/animated-counter.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motion lucide-reactThen copy the source code below into your project.
Usage
import { AnimatedCounter } from '@/app/components/animated-counter';Source
'use client';
export function AnimatedCounter() {
// copy from registry component source
}Dependencies
framer-motionlucide-react