menu

Progress

.mt-4= progress_bar(type: :info, current_value: 25)
.mt-4= progress_bar(type: :success, current_value: 100)
.mt-4= progress_bar(type: :warning, current_value: 75)
.mt-4= progress_bar(type: :danger, current_value: 100)

# For a full page preloader
= full_page_preloader