Customizing Progressbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber5px5px
Description
The height of the ProgressBar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
The horizontal width of the ProgressBar.
$kendo-progressbar-animation-timingNullnullnull
Description
The animation timing of the ProgressBar.
$kendo-progressbar-border-widthNumber0px0px
Description
The width of the border around the ProgressBar.
$kendo-progressbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ProgressBar.
$kendo-progressbar-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the ProgressBar.
$kendo-progressbar-line-heightNumber11
Description
The line height of the ProgressBar.
$kendo-progressbar-bgStringif($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 ))var(--kendo-color-primary-subtle, #d1d5ee)
Description
The background color of the ProgressBar.
$kendo-progressbar-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the ProgressBar.
$kendo-progressbar-borderNullnullnull
Description
The border color of the ProgressBar.
$kendo-progressbar-gradientNullnullnull
Description
The background gradient of the ProgressBar.
$kendo-progressbar-value-bgString$kendo-color-primaryvar(--kendo-color-primary, #3f51b5)
Description
The progress background color of the ProgressBar.
$kendo-progressbar-value-textString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The progress text color of the ProgressBar.
$kendo-progressbar-value-borderNullnullnull
Description
The progress border color of the ProgressBar.
$kendo-progressbar-value-gradientNullnullnull
Description
The progress background gradient of the ProgressBar.
$kendo-progressbar-indeterminate-bgString$kendo-progressbar-bgvar(--kendo-color-primary-subtle, #d1d5ee)
Description
The background color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-textString$kendo-progressbar-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-borderNull$kendo-progressbar-bordernull
Description
The border color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-gradientNullnullnull
Description
The background gradient of the indeterminate ProgressBar.
$kendo-progressbar-chunk-borderString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The border color of the chunk ProgressBar.
$kendo-circular-progressbar-arc-strokeString$kendo-color-primaryvar(--kendo-color-primary, #3f51b5)
Description
The arc stroke color of the circular ProgressBar.
$kendo-circular-progressbar-scale-strokeString$kendo-progressbar-bgvar(--kendo-color-primary-subtle, #d1d5ee)
Description
The scale stroke background color of the circular ProgressBar.

In this article

Not finding the help you need?