Skip to main content

Interface: ProgressBarProps

Props for ProgressBar component.

See

ProgressBar

Properties

PropertyTypeDescription

height?

number

Progress bar height in px.

Default

20

percent?

number

Current progress value percent in range from 0 to 100.

Default

100

state

ProgressState

Progress bar state.

The progress bar is collapsed in none or completed states.

title

string

Title for the progress bar.