0
Installation
Example
Decimal
0
Start Value
80
Usage
import { NumberTicker } from "@/components/magicui/number-ticker";<NumberTicker value={100} />Props
| 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 |