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

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

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