We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Vue ProgressBar indicates the progress of a task with customizable visuals. It includes features to visualize progress in rectangular and circular shapes, determinate and indeterminate states, segments, and customized ranges in different colors. It also supports animation.


Types

Visualizes progress in different shapes (rectangle, circle, and semi-circle) to give a unique appearance to your app design.

Linear progress bar visualizes the progress in rectangle.

Circular progress bar visualizes the progress in a circle or a ring.

Semi-circle progress bar visualizes the progress in a semi-circle.


States

Visualize progress in different modes.

ProgressBar depicts the determinate mode to visualize progression.

Determinate

Use the determinate mode progress bar when progress can be estimated.

ProgressBar depicts the indeterminate mode to visualize the progress-estimating process.

Indeterminate

Use the indeterminate mode progress bar when progress cannot be estimated or calculated. It can be combined with determinate mode to let users know that the app is estimating the progress before the actual progress starts.

Linear progress bar visualizes secondary progress to depict buffering.

Buffer

Use a secondary progress indicator when the primary task depends on the secondary task. This will allow users to visualize both primary and secondary tasks’ progress simultaneously.


Segments

Avoid writing several lines of code to create and position multiple progress bars: just divide a progress bar into multiple segments using a single API to visualize the progress of multiple sequential tasks.

Segmented progress bar to visualize the progress of multiple sequential tasks.


Angle

Customize the start and sweep angles of circular progress to give a unique style to the circular progress bar.

Customize start and sweep angles to have semi-circle appearance in circular progress bar.


Tooltip

Display tooltips during initial load of progress bars and mouse hover with numeric or text values of the progress.

Progress bar with Tooltip


Custom content

Add any view to the center of a circular progress bar to: indicate the completion of the progress; add start, pause, or cancel buttons to control the progress interactively; add an image that indicates the actual task in progress; add custom text that conveys the progress.

Circular progress bar with different contents.


Visualize multiple ranges

Along with visualizing the progress of a task, users can also visualize multiple ranges with gradient colors or solid colors that are mapped to each range to enhance the readability.

ProgressBar visualizes progression with multiple colors.


Appearance

The appearance of a progress bar is highly customizable.

Vue ProgressBar Code Example

Easily get started with the Vue ProgressBar using a few simple lines of vue code example as demonstrated below. Also explore our Vue ProgressBar Example that shows you how to render and configure the progress bar in Vue.

<template>
<div class="control-section">
    <div class="row linear-parent">
		<div id="lineardeterminate">
            <ejs-progressbar
            ref="determinate"
            id="lineardeterminate"
            type='Linear'
            height='60'
			minimum='0'
			maximum='100'
            value='100'
            :animation="animation">
            </ejs-progressbar>
		</div>
    </div>
</div>
</template>
<script>
import Vue from "vue";
import { Browser } from "@syncfusion/ej2-base";
import { ProgressBarPlugin } from "@syncfusion/ej2-vue-progressbar";

Vue.use(ProgressBarPlugin);

export default Vue.extend({
  data: function() {
  return {
  animation: {
    enable: true,
    duration: 2000,
    delay: 0
  }
  };
 }
});
</script>

Other supported frameworks

The ProgressBar component is also available in Blazor, React, Angular, and JavaScript frameworks. Check out the different ProgressBar platforms from the links below,

Different styles of ProgressBar.

Thickness

Tweak the thickness of the track and progress indicator to render the progress bar with different appearances.

ProgressBar with different colors.

Colors

Apply appealing colors to the track and progress indicator to match your app theme.

Linear progress bar with rounded corners.

Corner radius

The corner radius of the progress bar can be customized.


80+ VUE UI COMPONENTS

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile