vue-seek-bar

0.2.1 • Public • Published

vue-seek-bar

Very simple page top scroll seek bar with Vue.js.

demo image

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>
import VueSeekBar from "vue-seek-bar";
 
export default {
  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

Package Sidebar

Install

npm i vue-seek-bar

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

452 kB

Total Files

12

Last publish

Collaborators

  • teinen