Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctf0/vue-bounty

https://github.com/coderitual/bounty port for vue
https://github.com/ctf0/vue-bounty

Last synced: 26 days ago
JSON representation

https://github.com/coderitual/bounty port for vue

Awesome Lists containing this project

README

        


Vue Bounty


npm npm

## Installation

```bash
npm install vue-bounty --save
```

## Usage

- register the component

```js
window.Vue = require('vue')

Vue.component('Bounty', require('vue-bounty').default)
```

- now use it like
```html


```

| 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 |