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
Name | Type | Default | Description |
---|---|---|---|
type | circular linear string | circular | Specifies the type of progress indicator to display. |
loading | bool | false | If true, the loading animation is enabled. |
Style Attributes
Name | Type | Default | Description |
---|---|---|---|
variant | determinate indeterminate | indeterminate | Indicates the classification of progress indicator. |
color | inherit primary secondary error info success warning string | primary | Defines the color of the component. |
stretch | bool | true | If true, the component can stretch. |
size | string | 40px | Defines the size of the component in pixels. |
thickness | number | 3.6 | Defines the line thickness of the component |
For more detail on the Async Content component, see the MUI developer docs.