wrdu-counter
v1.0.0
Published
A Counter Component
Downloads
4
Readme
Counter
A Counter to count (of course).
Features
- Fast and easy to use
- Cool animation
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add wrdu-counter
That's it! You can now use Counter in your Nuxt app ✨
<NumCounter
:value="999"
:size="4"
:digits="4"
/>
value = the number you want to display size = the size of the letters numbers = the max amount of digits you need