HextaUIHextaUI
/Components/Application

Counter

A simple animated counter component.

Preview

0123456789

This component is available on 21st.dev.

Installation

NPM
npx shadcn@latest add "https://21st.dev/r/hextaui/animated-counter"

Usage

index.tsx
<Counter end={50} duration={20} />

Props

PropTypeDefault
fontSize?
number
-
className?
string
-
duration?
number
-
end
number
-
start?
number
-
Edit on GitHub

Last updated on