Number Ticker
componentA number that counts up with an ease-out curve when scrolled into view.
0
Installation
Namespace
npx shadcn@latest add @soultel/number-tickerURL
npx shadcn@latest add https://asafefe.dev/r/number-ticker.jsonDependenciesmotion
Usage
import { NumberTicker } from "@/components/number-ticker"
export function Example() {
return <NumberTicker value={2847} />
}