We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ad1d4 commit fbd9323Copy full SHA for fbd9323
README.md
@@ -5,7 +5,7 @@
5
# Vue-scroll-indicator
6
Scroll indicator component using Vue.js.
7
8
-<img src="https://thumbs.gfycat.com/DefiniteHardBubblefish-size_restricted.gif" width="100%" />
+[Live Demo](https://robbinfellow.github.io/vue-scroll-indicator/)
9
10
## Installation
11
```shell
src/components/VueScrollIndicator.vue
@@ -28,7 +28,7 @@ export default {
28
bgColor: {
29
type: String,
30
default: '#eaeaea',
31
- required: true
+ required: false
32
},
33
indicatorColor: {
34
0 commit comments