Custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.
<StyleSheet StyleSheet="Framework.bootstrap.bootstrap.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.bootstrap.Overrides.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Fonts.combined.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.css.Layout.css" /> <IncludeScriptFile ID="jquery" IncludedScriptFile="Framework.bootstrap.jquery.min.js" /> <IncludeScriptFile ID="bootstrap" IncludedScriptFile="Framework.bootstrap.bootstrap.js"> <Note Note="Includes Bootstrap.min.js, Popper.js or tether.js" /> </IncludeScriptFile>
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
<div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"> </div> </div>
Progress bars use some of the same button and alert classes for consistent styles.
Uses a gradient to create a striped effect.
Add .active to .progress-bar-striped to animate the stripes right to left.
.active
.progress-bar-striped
Place multiple bars into the same .progress to stack them.
.progress