Class

StyledCircularProgress

StyledCircularProgress(props) → {React.ReactElement}

Constructor

# new StyledCircularProgress(props) → {React.ReactElement}

Overview

The Circular Progress component from Material-UI with custom styling. For full documentation check out Material-UI docs on Circular Progress.

Usage

When useWrapper is true a wrapper class is added to container that centers circular progress inside of it.
Parameters:
Name Type Attributes Default Description
props Object

Any other props will be forwarded to the Circular Progress component.

useWrapper boolean <optional>
true

If true add wrapper class to container.

View Source Utils/Feedback/StyledCircularProgress.js, line 37

React.ReactElement