Vue Top Progress screenshot

Vue Top Progress

Author Avatar Theme by Dalphyx
Updated: 26 Apr 2018
251 Stars

Yet another top progress loading bar component for Vue.js.

Overview:

The vue-top-progress npm package is a sleek and efficient loading bar component designed for Vue.js applications. With its simple integration, this component helps enhance the user experience by providing a visual cue during content loading phases. Whether you’re developing a small project or a larger application, this loading bar can be seamlessly incorporated to improve overall aesthetics and functionality.

One of the standout features of vue-top-progress is its flexibility. Developers can easily customize its appearance and behavior through various props, ensuring that it fits perfectly within the design language of their project. Its ease of installation and simple usage make it an attractive option for those looking to implement a progress bar without complexity.

Features:

  • Speed: Sets the transition speed of the loading bar in milliseconds. Default value is 350ms for smooth progress transitions.
  • Easing: Choose the transition function for the progress bar animations, which defaults to a linear function.
  • Color: Customize the color of the progress bar to match your application’s theme, with a default value of #29d.
  • Shadow: Add a shadow effect to the progress bar; if omitted, it uses the progress bar’s color as the shadow.
  • Error Color: Define a specific color for the progress bar when an error occurs, with the default being #f44336.
  • Height: Adjust the height of the progress bar with a default setting of 3 pixels, ensuring good visibility on any screen.
  • Trickle: Allows automatic incrementing of the progress without manual intervention; can be turned off by setting it to false.
  • Z-Index: Control the stacking order of the component on the page, with a default z-index of 9999 to ensure it stays on top.