ProgressBar

ProgressBar shows the completion of a task.

Read more about this component in the Aksel documentation.

All extra props are passed to the root element.

Properties Beta

PropertyDescriptionDefault
Control
Properties
ref
bindable

Element reference.

HTMLDivElement
-
simulated

Visually simulates loading. ProgressBar grows with a preset animation for set number of seconds, then shows an indeterminate animation on timeout.

object
-
size

Changes height.

"large" "medium" "small"
"medium"
value

Current progress. If set, the simulated prop overrides value.

number
0
valueMax

Maximum progress.

number
100

Properties included from: Omit<HTMLAttributes<HTMLDivElement>, "role">