JJabKit
Theme preference

CountUp

1.0.0

Marketing proof figure that counts from a start value to a target when it enters view, honoring prefers-reduced-motion.

npx jabkit add count-up

Component Data

ID
count-up
Category
marketing
Version
1.0.0
Added
2026-09-06
Type
block
Keyboard nav
No
Reduced motion
Yes
marketingtextanimationcounterstatsmetricsnumber

Dependencies

  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <CountUp {...countUpMocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <CountUp {...countUpMocks.alternate} />
    </div>