Vue Progress - Soft UI

Our Vue progressbar can be used to show a user how far along he is in a process. The progress can be determinate or indeterminate. Use the Progress Bar to show an ongoing process that takes a noticeable time to finish.

Below we are presenting our examples of progress components that you can use in your Vue.js project.


Default Progress

Use this example to create a simple and user-friendly progress bar.

Props Information

NameTypeDefaultDescription
color'primary''secondary''info''success''warning''danger''error''light''dark'successChange SoftProgress progress color.
percentage*NumberUsed to set the progress for SoftProgress.
variant'gradient''fill'fillChange the SoftProgress background type by using variant alongside color.

Progress Bar Variants

Use these examples to create progress components in different styles: filled and with gradient.