Components
An animated numeric stepper with rolling, blur-transitioned digits and increment/decrement buttons for counters and quantity inputs.
Loading preview...
import NumberFlow from "@/components/ui/number-flow";
export default function NumberFlowDemo() {
return <NumberFlow className="min-h-[300px]" max={999} min={0} />;
}