Progressbar
Progressbar provide up-to-date feedback on the progress of a workflow or action with simple yet flexible bars.
Bootstrap Progressbar
This is the default progress bar provided by Bootstrap. You can also convert it to stripped, animated or stacked progressbar.
Propeller Progressbar
It consists of Bootstrap HTML structure enhanced with Propeller customized classes based on Material Standards. Include Propeller Static Progressbar to your code by adding .pmd-progress
.
Striped Progressbar
Include Propeller Striped Progressbar to your code by adding .progress-striped
besides .pmd-progress
.
Animated Progressbar
Include Propeller Animated Progressbar to your code by adding .active
beside .progress-striped
.
Stacked Progressbar
Include Propeller Stacked Progressbar to your code by adding .progress-bar
inside the wrapper div containing .pmd-progress
.