You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Progress is describing the loading progress of a particular region of
a page, you should use aria-describedby to point to the status, and set the
aria-busy attribute to true on the region until it is finished loading.
Composition
Progress uses Role
useProgressState uses its own state
Props
ProgressOptions
Name
Type
Description
state
ProgressState
Object returned by the useProgressState hook.
ProgressStateProps
Name
Type
Description
value
number | null
The value of the progress indicator.If null the progress bar will be in indeterminate state