1.0.5 • Published 6 years ago

vue-bounty v1.0.5

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

vue-bounty

npm npm

Installation

npm install vue-bounty --save

Usage

  • register the component

    window.Vue = require('vue')
    
    Vue.component('Bounty', require('vue-bounty'))
  • now use it like

    <bounty value="1000"
        initial-value="10"
        :animation-delay="100"
        :letter-animation-delay="100"
        :line-height="1"
        :letter-spacing="1"
        class="js-bounty">
    </bounty>
    proprequiredtypedefault
    value:white_check_mark:string / number0
    initial-value:x:string / number0
    animation-delay:x:number100
    letter-animation-delay:x:number100
    line-height:x:number1
    letter-spacing:x:number1
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago