{% set active_page = 'Linear Progress' -%} {% extends "layouts/" + layout + ".html" %} {% block styles %} {% endblock %} {% block content %}

Linear Progress Indicators

Progress and activity indicators are visual indications of an app loading content.

A single visual indicator should be used to represent each type of operation. For example, a refresh operation should display either a refresh bar or an activity circle, but not both.

  • Determinate indicators display how long an operation will take.
  • Indeterminate indicators visualize an unspecified wait time.

Determinate
Indeterminate
Buffer
Reversed
Indeterminate Reversed
Buffer Reversed
Custom Colors with Buffer
{% endblock %} {% block scripts %} {% endblock %}