A simple animated counter component.
import { Counter } from "@/components/ui/animated-counter" const Demo = () => { return ( <> <Counter end={50} duration={20} /> </> ) } export { Demo }
Part of HextaUI — browse the full library on 21st.dev.