Animated Number
A number display that animates when the value changes.
Display numbers with smooth counting animations.
Usage
import { AnimatedNumber } from "@delphi/ui";
export function Example() {
return <AnimatedNumber value={1234} />;
}A number display that animates when the value changes.
Display numbers with smooth counting animations.
import { AnimatedNumber } from "@delphi/ui";
export function Example() {
return <AnimatedNumber value={1234} />;
}