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" | "simple"

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

Generated using TypeDoc