@sil/scroll-progress

1.1.4 • Public • Published

Scroll Progress

You know that bar on top of a screen, or sometimes in the bottom where you see how far you scrolled? So, not the regular scrollbar but just a bar to show the progress.

That is what this is.

Install

Install the package npm install @sil/scroll-progress

Import the package

import ScrollProgress from '~/@sil/scroll-progress

Define the component:

export default {
	components: {
		ScrollProgress
	}
}

Use the component:

<template>
	<div>
		<scroll-progress></scroll-progress>
	</div>
</template>

Use the component with non-default settings:

<template>
	<div>
		<scroll-progress height="10px" background-color="red" color="white"></scroll-progress>
	</div>
</template>

Props

height

set height to give the element a different height.

default: 3px

backgroundColor

backgroundColor sets the color behind the bar. This is not the color of the progress bar itself but its container.

default: transparent

color

color is the color of the scrollbar.

default: black

Readme

Keywords

none

Package Sidebar

Install

npm i @sil/scroll-progress

Weekly Downloads

6

Version

1.1.4

License

none

Unpacked Size

27.2 kB

Total Files

8

Last publish

Collaborators

  • hacobvandipyan
  • silvandiepen