Progress Markers
Progress markers indicate the current progress against a projected goal.

Developers should use <ol>
for progress markers because this information follows an order. Use the class .progress-marker
.
- Progress Item 1
- Progress Item 2
- Progress Item 3
- Progress Item 4
- Progress Item 5
To mark items as “finished”, add the class .enabled
on the list items.
- Progress Item 1
- Progress Item 2
- Progress Item 3
- Progress Item 4
- Progress Item 5