0.3.0 • Published 6 months ago

@wabosh/navigation-loader v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

npm NPM GitHub last commit npm bundle size

Navigation Loader

A simple-to-use navigation loading indicator. It uses navigation state to display loading (with unknown duration) with a customizable fixed loading bar at the top of the page. Currently tested with goto(...) as well as <a href="...">...</a> navigation.

Install

npm install --save-dev @wabosh/navigation-loader

Usage

Simply put it at the start of your +layout.svelte.

<!-- +layout.svelte -->
<script>
    import {NavigationLoader} from "@wabosh/navigation-loader";
</script>

<NavigationLoader animationDuration={250} color="#7fffd4" />

<slot />
0.3.0

6 months ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago