Skip to main content

Async Content

The Async Content component is a progress indicator that displays an unspecified wait time or length of a process.

It informs users about the state of ongoing processes such as loading an application, submitting a form or saving updates.

Progress indicators are:

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

Properties

NameTypeDefaultDescription
typecircular
linear
string
circularSpecifies the type of progress indicator to display.
loadingboolfalseIf true, the loading animation is enabled.

Style Attributes

NameTypeDefaultDescription
variantdeterminate
indeterminate
indeterminateIndicates the classification of progress indicator.
colorinherit
primary
secondary
error
info
success
warning
string
primaryDefines the color of the component.
stretchbooltrueIf true, the component can stretch.
sizestring40pxDefines the size of the component in pixels.
thicknessnumber3.6Defines the line thickness of the component

For more detail on the Async Content component, see the MUI developer docs.