Customizing Progressbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber22px22px
Description
The height of the ProgressBar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
The horizontal width of the ProgressBar.
$kendo-progressbar-animation-timingList1s linear infinite1s 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-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( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))var(--kendo-color-base-subtle, #ebebeb)
Description
The background color of the ProgressBar.
$kendo-progressbar-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ProgressBar.
$kendo-progressbar-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
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, #ff6358)
Description
The progress background color of the ProgressBar.
$kendo-progressbar-value-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The progress text color of the ProgressBar.
$kendo-progressbar-value-borderStringif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))var(--kendo-color-primary-active, #d45349)
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, #ebebeb)
Description
The background color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-textString$kendo-progressbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-borderString$kendo-progressbar-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
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, #ff6358)
Description
The arc stroke color of the circular ProgressBar.
$kendo-circular-progressbar-scale-strokeString$kendo-progressbar-bgvar(--kendo-color-base-subtle, #ebebeb)
Description
The scale stroke background color of the circular ProgressBar.

In this article

Not finding the help you need?