1.0.0 • Published 10 months ago

wrdu-counter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Counter

npm version npm downloads License Nuxt

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

1.0.0

10 months ago