Hierarchy

Properties

className?: string

CSS Class name for additional styles

indeterminate?: boolean

When set to true, the progress bar will just show a progress animation instead of a concrete progress.

Default

false
kind: "full"

Toggles two different visualizations/sizes.

progress?: number

The progress that should be displayed. (0-100)

Use this to signal the status of the progress.

Default

ProgressBarStatus.Processing
text?: string

A text that should be written on top of the progress bar. You can use ${progress} to display the current progress in that place.

Generated using TypeDoc