Module @react-md/progress
Variables
Const CircularProgress
Circular
Progress
: ForwardRefExoticComponent<CircularProgressProps & RefAttributes<HTMLSpanElement>> = ...Const LinearProgress
Linear
Progress
: ForwardRefExoticComponent<LinearProgressProps & RefAttributes<HTMLSpanElement>> = ...Functions
getProgressA11y
- getProgressA11y(progressId: string, progressing: boolean): ProgressA11y | undefined
Parameters
progressId: string
progressing: boolean
An extremely simple util that can be used to get the required a11y props for another component that relies on a progress component.