Progress Bars
A simple way to add a progress bars to your layouts. You only need two HTML elements to make them and they’re easy to customize.
[row]
[progressbar meter=»40″ /]
[progressbar type=»success» meter=»80″ shape=»radius » /]
[progressbar type=»alert» meter=»30″ shape=»round » /]
[one_whole][progressbar type=»secondary » meter=»50″ /][/one_whole]
[/row]
Building progress bars using our predefined classes is simple, you’ll just need to write a <div class="progress"> and inside of that a <span class="meter">. The meter is the element that you can set a width to, either inline or programatically on your own accord. The simplest way to do this is to change the style="width:%" property on the meter, itself.
The class options:
The color classes include: .secondary, .alert or .success
The radius classes include: .radius or .round.
You may also you the grid width classes: .small-# or .large-#