Back to Registry

Animated Counter

motion

Spring-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.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then 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