Progress

Progress indicators inform the users that the system is processing a task that takes a long, determinable amount time.

You can use this component displaying progress state of your application. You'll need Javascript to fill the percentages:

  • data-e-percent should be filled with a string you want to display in the middle of the progress bar (eg. '60%')
  • style="width: 60%" should be filled with the current progress

Both attributes should be on the <div class="e-progress__bar"></div> element.