Vibe UI
Initializing Vibe UI System...

Number Ticker

An interactive ticker animation for representing numerical values, counters, or percentages.

Preview

0%Uptime SLA Guarantee

Installation

pnpm dlx vibe-ui-kit@latest add number-ticker

Dashboard Metrics

Net Revenue
+14%
$0
Compared to last month
Active Users
+8%
0/ day
Real-time sessions
Uptime SLA
0%
High availability active

Startup Milestones

0M+
App Downloads
0+
Global Servers
0k+
GitHub Stars

Usage

import { NumberTicker } from "@/components/ui/number-ticker"
<NumberTicker value={100} />

Props

PropTypeDefaultDescription
valuenumber0Target numerical value to count up or down to
direction"up" | "down""up"Counting direction towards target value
delaynumber0Delay before starting count animation in seconds
decimalPlacesnumber0Number of decimal places to display
classNamestring?""Additional classes for the container

This NumberTicker component smoothly animates numeric transitions up or down using spring physics.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Number Ticker | Vibe UI