vue-seek-bar
Very simple page top scroll seek bar with Vue.js.
Install
# npm npm install vue-seek-bar # yarn yarn add vue-seek-bar
Usage
<template> <div id="main"> <VueSeekBar color="#42b983" opacity="0.9" height="3" /> <div> Your page contents here!!! </div> </div></template> <script>; components: VueSeekBar ;</script>
Props
color
Specify seek bar color.
You can use both color code(#000000
), and rgb()
.
opacity
Specify seek bar opacity.
Input 0.1
to 1.0
.
height
Specify seek bar height.
License
MIT
Author
teinen