A linear progress indicator used to express unspecified wait time or display the length of a process.
- Slots
-
default— The text area container.
- CSS Parts
track— The igc-linear-progress track area.fill— The igc-linear-progress indicator area.striped— The igc-linear-progress striped indicator.label— The igc-linear-progress label.value— The igc-linear-progress label value.indeterminate— The igc-linear-progress indeterminate state.primary— The igc-linear-progress indicator primary state.danger— The igc-linear-progress indicator error state.warning— The igc-linear-progress indicator warning state.info— The igc-linear-progress indicator info state.success— The igc-linear-progress indicator success state.
Properties
Section titled "Properties"animationDuration
Section titled "animationDuration"Animation duration in milliseconds.
animationDuration: number hideLabel
Section titled "hideLabel"Shows/hides the label of the control.
hideLabel: boolean indeterminate
Section titled "indeterminate"The indeterminate state of the control.
indeterminate: boolean labelAlign
Section titled "labelAlign"The position for the default label of the control.
labelAlign: LinearProgressLabelAlign labelFormat
Section titled "labelFormat"Format string for the default label of the control. Placeholders: {0} - current value of the control. {1} - max value of the control.
labelFormat: string Maximum value of the control.
max: number striped
Section titled "striped"Sets the striped look of the control.
striped: boolean value
Section titled "value"The value of the control.
value: number variant
Section titled "variant"The variant of the control.
variant: StyleVariant