AnimatedCounter

AnimatedCounter Component

stable
Playground
0
Props
PropTypeDefaultValue
valuenumber
durationnumber
prefixtext
suffixtext
decimalsnumber
Default0
WithPrefix$0.00
Fast0 pts
PROPTYPEDEFAULTDESCRIPTION
decimalsnumberDecimal places
durationnumberAnimation duration (ms)
prefixtextPrefix text
suffixtextSuffix text
valuenumberTarget value
Using AnimatedCountertsx
import { AnimatedCounter } from '@/components/AnimatedCounter'

<AnimatedCounter
  value="..."
  duration="..."
  prefix="..."
  suffix="..."
  decimals="..."
/>
Tokens Used
No design tokens detected