Home Reference Source
public class | source

ProgressBar

Extends:

react~Component → ProgressBar

Non-interactive component that displays the percentage of the current value and the maximum as a progress bar.

Static Member Summary

Static Public Members
public static

propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "onValueChange": *, "value": *, "max": *, "labelDisplay": *, "disabled": *, "hidden": *}

PropTypes

Static Public Members

public static propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "onValueChange": *, "value": *, "max": *, "labelDisplay": *, "disabled": *, "hidden": *} source

PropTypes

Properties:

NameTypeAttributeDescription
labelDisplay string
  • optional
  • default: 'number'

Specifies if the label is displayed and how it is displayed. For example 'percent' displays '80%', 'number' displays '80/100', 'none' displays no label. @ property {number} [max=100] Maximum value allowed.