Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

  • Name@spark-ui/progress
    Version1.1.2
    LicenseMIT
    npmgithubReported IssuesReport a bug
  • Progress#

    Contains all of the progress parts. It also makes progress accessible to assistive technologies.

    AttributeTypeDescriptionDefault
    isIndeterminateboolean-null
    valuenumber-null
    maxnumber-null
    getValueLabel(value: number, max: number) => string-null
    asChildboolean-null

    Progress.Bar#

    Used to show the progress bar.

    This component does not have any props

    Progress.Label#

    Used to display a label for the progress.

    This component does not have any props

    Progress.Indicator#

    Used to show the progress. Automatically added by the progress bar.

    This component does not have any props