Skip to content

Commit

Permalink
add progress bar with label to test page
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 24, 2014
1 parent bd4c771 commit 34a2c36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,13 @@ <h4>Cross-browser compatibility</h4>
<p>Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.</p>
</div>

<h3 id="progress-basic">With Label</h3>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
60%
</div>
</div>

<h3 id="progress-basic">Basic</h3>
<p>Default progress bar with a vertical gradient.</p>
<div class="bs-example">
Expand Down

0 comments on commit 34a2c36

Please sign in to comment.