vue-bounty
v1.0.5
Published
vuejs wrapper for bounty
Readme
vue-bounty
Installation
npm install vue-bounty --saveUsage
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>| prop | required | type | default | |------------------------|--------------------|-----------------|-----------| | value | :white_check_mark: | string / number | 0 | | initial-value | :x: | string / number | 0 | | animation-delay | :x: | number | 100 | | letter-animation-delay | :x: | number | 100 | | line-height | :x: | number | 1 | | letter-spacing | :x: | number | 1 |
