@@include('_includes/_page-loader.html')
@@include('_includes/_header/_header.html')
@@include('_includes/_sidebar.html', {
"group": "ui",
"link": "progress"
})
@@include('_includes/_theme-switch.html')
Progress Use Bootstrap's custom progress component for displaying simple or complex progress bars.
@@include('_includes/_page-actions.html')
Basic examples
Progress components are built with two HTML elements, some CSS to set the width, and a few attributes.
Backgrounds
Use background utility classes to change the appearance of individual progress bars.
Multiple bars
Include multiple progress bars in a progress component if you need.
@@include('_includes/_footer.html')
@@include('_includes/_ie-warning.html')