{% extends "partials/layouts/main-layout.html.twig" %} {% block body_attributes %} {% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
{% include "partials/breadcrumb.html.twig" with {'title': "Progress Bars", 'subtitle': "Home"} %}

Default Progress bars

Label Progress bars

75%

Multiple Progress bar

Colored Progress

Different Height Progress

Striped Progress

Animated Progress

{% endblock %}