Variable: CountingNumber
@arolariu/components / CountingNumber
Variable: CountingNumber
constCountingNumber:ForwardRefExoticComponent<CountingNumberProps&RefAttributes<HTMLSpanElement>>
Defined in: components/ui/counting-number.tsx:47
Animates a number value with a spring and writes the formatted value into a span.
Remarks
- Animated component using the
motionlibrary - Renders a
<span>element - Styling via CSS Modules with
--ac-*custom properties - Client-side only (
"use client"directive)
Example
<CountingNumber number={1250} />
See
CountingNumberProps for available props
// was this page useful?