/Components/Application
Counter
A simple animated counter component.
Preview
0123456789
This component is available on 21st.dev.
Installation
npx shadcn@latest add "https://21st.dev/r/hextaui/animated-counter"
Usage
<Counter end={50} duration={20} />
Props
Prop | Type | Default |
---|---|---|
fontSize? | number | - |
className? | string | - |
duration? | number | - |
end | number | - |
start? | number | - |
Edit on GitHub
Last updated on