vue-router-loading

1.1.15 • Public • Published

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

/vue-router-loading/

    Package Sidebar

    Install

    npm i vue-router-loading

    Weekly Downloads

    21

    Version

    1.1.15

    License

    none

    Unpacked Size

    476 kB

    Total Files

    9

    Last publish

    Collaborators

    • ahmadkarimzade