Number Ticker
Motion
Engaging Tailwind number ticker and Tailwind CSS counter animation components for statistics and data dashboards.
On this page
Showcase your platform's growth and scale with a dynamic Tailwind number ticker. These Tailwind CSS counter animation components wait until they scroll into view before smoothly ticking up (or down) to their target value, turning static statistics into satisfying micro-interactions.
Number tickers are the perfect addition to a data-heavy Features section, or when paired with a Line Chart.
Implementation
Usage
Stats Counter
0
Downloads
0.0%
Uptime
0+
Components
Countdown
100
Countdown
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | Target number to animate to |
direction | "up" | "down" | "up" | Count direction |
delay | number | 0 | Delay in seconds |
duration | number | 2 | Animation duration |
prefix | string | "" | Text before number |
suffix | string | "" | Text after number |
decimalPlaces | number | 0 | Decimal places |
className | string | "" | Additional CSS classes |