<%= bs5_progress(25, animated: true, color: :success) %>
<%= bs5_progress(50, animated: true, color: :info) %>
<%= bs5_progress(75, animated: true, color: :warning) %>
<%= bs5_progress(100, animated: true, color: :danger) %>