https://github.com/behnamjz/vue-advanced-progressbar
Advanced page scroll progress bar
https://github.com/behnamjz/vue-advanced-progressbar
Last synced: 3 months ago
JSON representation
Advanced page scroll progress bar
- Host: GitHub
- URL: https://github.com/behnamjz/vue-advanced-progressbar
- Owner: behnamjz
- Created: 2020-02-03T08:50:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T12:00:36.000Z (over 5 years ago)
- Last Synced: 2025-01-17T19:37:43.674Z (5 months ago)
- Language: Vue
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-advanced-progressbar
Advanced page scroll progress bar## Installation
``` bash
npm i vue-advanced-progressbar --save
`````` bash
yarn add vue-advanced-progressbar
```## Usage
### main.js
``` javascript
// YourComponent.vue or main.js for global usage
import Vue from 'vue'
import VueAdvancedProgressbar from 'vue-advanced-progressbar'Vue.use(VueAdvancedProgressbar)
```### Use in component
``` html
```
### Options
| Property | Description | Type | Values | Default |
| ----------------- | ---------------- | :--------: | :--------: | :----------: |
| position | position of progressabr start from there | left | right,left,center | String |
| height | progressbar height | Number | | |