Interface IIgrCircularProgressProps

Hierarchy

Hierarchy

Properties

animationDuration?: string | number

Animation duration in milliseconds.

children?: ReactNode
className?: string
hideLabel?: string | boolean

Shows/hides the label of the control.

id?: string
indeterminate?: string | boolean

The indeterminate state of the control.

labelFormat?: string

Format string for the default label of the control. Placeholders: {0} - current value of the control. {1} - max value of the control.

max?: string | number

Maximum value of the control.

style?: CSSProperties
value?: string | number

The value of the control.

variant?: string | ProgressBaseVariant

The variant of the control.