A Counter to count (of course).
- Fast and easy to use
- Cool animation
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