Progress

Progress indicators inform the users that the system is retrieving data or any other slow computation is taking place. They take predictable amount of time before they are finished.

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.