1 variant
Number Ticker
A number that counts to its value the first time it is seen, formatted by Intl, and read out once rather than forty times.
$48,210
99.98%
1.3M
import { NumberTicker } from "@/components/registry/number-ticker";
export function Revenue() {
return <NumberTicker value={48210} prefix="$" compact />;
}120 more lines ship with an easeUI Pro license.
Buy a licenseInstall
$ bunx --bun shadcn add @easeui-pro/number-ticker