====== Progress Bar ====== Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars. ===== Examples ===== ==== Basic example ===== Default progress bar. \\ \\ ==== With label ==== \\ \\ ==== Contextual alternatives ==== Progress bars use some of the same button and alert classes for consistent styles. \\ \\ ==== Striped ==== Uses a gradient to create a striped effect. Not available in IE9 and below. \\ \\ ==== Animated ==== Add ''animate="true"'' to a striped progress bar to animate the stripes right to left. Not available in IE9 and below. \\ \\ ==== Stacked ==== Place multiple bars into the same '''' tag to stack them. \\ \\ ===== Options ===== ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^ | ''type'' | ''info'' | ''success'' ''info'' ''warning'' ''danger'' | Type of progress bar | | ''animate'' | optional | ''true'' | Animate the progress bar | | ''striped'' | optional | ''true'' | Add a striped effect to progress bar | | ''showvalue'' | optional | ''true'' | Display current value of progress bar |