Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctf0/vue-bounty
- Owner: ctf0
- License: mit
- Created: 2017-12-12T08:36:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:04:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:31:47.078Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Vue Bounty
## 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 |