Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @react-md/progress

Index

Variables

CircularProgress: ForwardRefExoticComponent<CircularProgressProps & RefAttributes<HTMLSpanElement>> = ...
LinearProgress: ForwardRefExoticComponent<LinearProgressProps & RefAttributes<HTMLSpanElement>> = ...

Functions

  • getProgressA11y(progressId: string, progressing: boolean): ProgressA11y | undefined
  • An extremely simple util that can be used to get the required a11y props for another component that relies on a progress component.

    Parameters

    • progressId: string

      The id for the progress bar

    • progressing: boolean

      Boolean if the progress bar is visible and progressing

    Returns ProgressA11y | undefined

Generated using TypeDoc