moonstone/ProgressBar

Exports the moonstone/ProgressBar.ProgressBar component.

import ProgressBar from '@enact/moonstone/ProgressBar';

Members

ProgressBarComponent

moonstone/ProgressBar.ProgressBar is a component that can display the progress of a process in a horizontal or vertical bar. A secondary progress indicator can be displayed, which is different than the primary progress indicator i.e. to indicate background loading progress.

import ProgressBar from '@enact/moonstone/ProgressBar';
Properties
backgroundProgress
Number

The proportion of the loaded portion of the progress bar. Valid values are between 0 and 1.

Default: 0
progress
Number

The proportion of the filled portion of the progress bar. Valid values are between 0 and 1.

Default: 0
vertical
Boolean

If true the progress bar will be oriented vertically.

Default: false
ArrayBooleanFunctionModuleNumberObjectString