Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

ahmadkzx/vue-router-loading

Repository files navigation

Vue Router Loading

Easy to use and highly customizable Vue Router Loading.

Getting started

  1. Install the package:
npm install vue-router-loading
  1. Import component in App.vue:
import VueRouterLoading from 'vue-router-loading'
  1. Put component in template
<vue-router-loading></vue-router-loading>

✅ Customize

You can customize loading bar with props.

⚙ color:
default: #41b883

⚙ height:
default: 2px

⚙ position:
default: top
options: top, bottom

⚙ rtl:
default: false

⚙ endLineMode:
default: shadow
options: shadow, circle

⚙ shadowColor:
default: #41b883

⚙ shadowOpacity:
default: 0.9

⚙ circleColor:
default: #41b883

⚙ showOverly:
default: true

About

Vue route change loading. using Router Navigation Guards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published