vue-tally-counter

1.0.0 • Public • Published

A simple component compatible with vue 2 and 3 that tallies numerically

tally-Counter.gif

Props

value: { // ie. v-model
  type: Number,
  default: 0
},

max: {
  type: Number,
  default: 10000
},

min: {
  type: Number,
  default: -10000
},

name: {
  type: String,
  default: ''
}

Component

<VueTallyComponent
  v-model="tally"
  :min="-100"
  :max="100"
  :name="My Tally" />

Readme

Keywords

none

Package Sidebar

Install

npm i vue-tally-counter

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

41.5 kB

Total Files

6

Last publish

Collaborators

  • jaysaurus