Getting Started
Components
0+
Active users
0.00M
Revenue generated
0.0%
Uptime this year
Total Sales
$0
New Users
0+
Success Rate
0%
Avg. Score
0.00/5
import { NumberTicker } from "@/components/ui/number-ticker"<NumberTicker
value={1000000}
className="bg-gradient-to-r from-purple-400 to-purple-800 bg-clip-text text-6xl text-transparent md:text-8xl"
delayMs={800}
springConfig={{ damping: 35, stiffness: 70 }}
/>| Prop | Type | Default | Description |
|---|---|---|---|
value | int | 0 | The value to count to |
direction | up | down | "up" | The direction to count in |
delay | number | 0 | The delay before counting |
decimalPlaces | number | 0 | The number of decimal places to show |
startValue | number | 0 | The value to start counting from |