Progress bar example

Author:

Maks

Snipp created on:

2012-09-13 10:06:50

Description:

An example of an animated progress bar showing the status of current task, with two action buttons underneath, one is disabled.

Snipp preview:


Formatting drive C:

36% Formatted Please wait...


Snipp HTML code:

Like Bootsnipp? Please give a tip:

<div class="span4">
  <h1>Formatting drive C:</h1>
  36% Formatted <span class="pull-right">Please wait...</span>
  <div class="progress progress-striped active">
      <div class="bar" style="width: 36%;"></div>
  </div>
  <p>
    <button class="btn btn-primary disabled" type="button">Format</button>
    <button class="btn btn-mini" type="button">Cancel</button>
  </p>
</div>

Share this snipp:


Comments? :

comments powered by Disqus