Skip to content
Animations

NumberTicker

Animates a numeric value counting up (or down) to the target, with four visual variants: default, card, gradient, and badge.

Preview:
1280px

Default

0 tests0 components0.0%

Card Variant

Total Users
0
Avg Latency
0.0ms
Uptime
0.00%

Gradient Variant

0+E2E Tests Passing
0Components

Badge Variant

0new0issues0%coverage

Props

PropTypeDefaultDescription
valuenumberTarget numeric value to animate to.
variant'default' | 'card' | 'gradient' | 'badge''default'Visual style of the ticker.
labelstring-Descriptive label (card/gradient/badge variants).
trend'up' | 'down'-Trend arrow indicator (card/badge variants).
prefixstring''Text prepended before the number.
suffixstring''Text appended after the number.
decimalsnumber0Number of decimal places to display.
durationnumber1000Animation duration in ms.