AnimatedCounter
AnimatedCounter Component
Playground
0
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| value | number | — | |
| duration | number | — | |
| prefix | text | — | |
| suffix | text | — | |
| decimals | number | — |
Default0
WithPrefix$0.00
Fast0 pts
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
decimals | number | — | Decimal places |
duration | number | — | Animation duration (ms) |
prefix | text | — | Prefix text |
suffix | text | — | Suffix text |
value | number | — | Target value |
Using AnimatedCountertsx
import { AnimatedCounter } from '@/components/AnimatedCounter'
<AnimatedCounter
value="..."
duration="..."
prefix="..."
suffix="..."
decimals="..."
/>Tokens Used
No design tokens detected