Customizing Progressbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber$progress-height1rem
Description
The height of the ProgressBar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
The horizontal width of the ProgressBar.
$kendo-progressbar-animation-timingList$progress-bar-animation-timing1s linear infinite
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-sizeNumber$progress-font-size0.75rem
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( base-subtle ), $gray-200)var(--kendo-color-base-subtle, #e9ecef)
Description
The background color of the ProgressBar.
$kendo-progressbar-textStringif($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $gray-200 ))var(--kendo-color-base-on-subtle, #212529)
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-selected-bgvar(--kendo-color-primary, #0d6efd)
Description
The progress background color of the ProgressBar.
$kendo-progressbar-value-textString$kendo-selected-textvar(--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-base-subtle, #e9ecef)
Description
The background color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-textString$kendo-progressbar-textvar(--kendo-color-base-on-subtle, #212529)
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-body-bgvar(--kendo-color-app-surface, #ffffff)
Description
The border color of the chunk ProgressBar.
$kendo-circular-progressbar-arc-strokeString$kendo-color-primaryvar(--kendo-color-primary, #0d6efd)
Description
The arc stroke color of the circular ProgressBar.
$kendo-circular-progressbar-scale-strokeString$kendo-progressbar-bgvar(--kendo-color-base-subtle, #e9ecef)
Description
The scale stroke background color of the circular ProgressBar.

In this article

Not finding the help you need?