🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

svelte-scroll-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-scroll-progress-bar

A Svelte component that shows a bar at the top of the window whose progress advances as the user scrolls the document.

0.3.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

svelte-scroll-progress-bar

SvelteScrollProgressBar GitHub issues GitHub forks GitHub stars GitHub license

This package provides a Svelte component that shows a bar at the top of the window whose progress advances as the user scrolls the document.

Usage

Install the NPM package svelte-scroll-progress-bar to your project and then add it to your layout:

<script>
	import { ScrollProgressBar } from 'svelte-scroll-progress-bar';
</script>

<div>
	<ScrollProgressBar />
</div>

References

Keywords

svelte

FAQs

Package last updated on 26 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts