blob: 41e0069c0f75d49786788da35844fa2062a1ddf8 [file] [log] [blame] [view] [edit]
# Progress view
<!-- badges -->
Progress view is a linear progress indicator that implements Material Design animation and layout.
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/progress_view.png" alt="Progress View" width="375">
</div>
<!-- design-and-api -->
## Related components
* [ActivityIndicator](../../ActivityIndicator)
<!-- toc -->
- - -
## Overview
The `MDCProgressView` control is designed to be a drop-in replacement for `UIProgressView`. The API
methods are the same as a `UIProgressView`, with the addition of a few key methods required to
achieve the desired animation of the control.
## Installation
- [Typical installation](../../../docs/component-installation.md)
## Usage
- [Typical use](typical-use.md)
- [Differences from UIProgressView](differences-from-uiprogressview.md)
## Accessibility
- [Accessibility](accessibility.md)