Installation
npx shadcn@latest add "https://magicui.design/r/number-ticker"Example
Decimal
Props
| Prop | Type | Description | Default |
|---|---|---|---|
| value | int | The value to count to | 0 |
| direction | up | down | The direction to count in | up |
| delay | number | The delay before counting | 0 |
| decimalPlaces | number | The number of decimal places to show | 0 |