tree: e14b3be4669f1be82f9560d4a355e0dbdedd5158 [path history] [tgz]
  1. assets/
  2. color-theming.md
  3. multiple-colors.md
  4. README.md
  5. typical-use-determinate.md
  6. typical-use-indeterminate.md
components/ActivityIndicator/docs/README.md

Circular progress & activity indicator

Material Design progress indicators display the length of a process or express an unspecified wait time. There are two styles of progress indicators: linear and circular.

This component only provides the circular implementation. See Progress View for the linear implementation.

Related components


Overview

MDCActivityIndicator is a view that has two modes: indeterminate and determinate. Indeterminate indicators express an unspecified wait time, while determinate indicators represent the length of a process. Activity indicators are indeterminate by default.

Installation

Usage

Extensions