ProgressBar

ProgressBars track and display the progress of tasks.

Sass Variables

The Telerik and Kendo UI Progressbar enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-progressbar-height22px22pxDefault: 22pxComputed: 22px
Description: The height of the ProgressBar.
kendo-progressbar-horizontal-width100%100%Default: 100%Computed: 100%
Description: The horizontal width of the ProgressBar.
kendo-progressbar-animation-timing1s linear infinite1s linear infiniteDefault: 1s linear infiniteComputed: 1s linear infinite
Description: The animation timing of the ProgressBar.
kendo-progressbar-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the ProgressBar.
kendo-progressbar-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the ProgressBar.
kendo-progressbar-font-sizevar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit)
Description: The font size of the ProgressBar.
kendo-progressbar-line-height11Default: 1Computed: 1
Description: The line height of the ProgressBar.
kendo-progressbar-bgif($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))var(--kendo-color-base-subtle, #ebebeb)Default: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))Computed: var(--kendo-color-base-subtle, #ebebeb)
Description: The background color of the ProgressBar.
kendo-progressbar-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the ProgressBar.
kendo-progressbar-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the ProgressBar.
kendo-progressbar-gradientnullnullDefault: nullComputed: null
Description: The background gradient of the ProgressBar.
kendo-progressbar-value-bg$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The progress background color of the ProgressBar.
kendo-progressbar-value-textif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))var(--kendo-color-on-primary, #ffffff)Default: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))Computed: var(--kendo-color-on-primary, #ffffff)
Description: The progress text color of the ProgressBar.
kendo-progressbar-value-borderif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))var(--kendo-color-primary-active, #d45349)Default: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))Computed: var(--kendo-color-primary-active, #d45349)
Description: The progress border color of the ProgressBar.
kendo-progressbar-value-gradientnullnullDefault: nullComputed: null
Description: The progress background gradient of the ProgressBar.
kendo-progressbar-indeterminate-bg$kendo-progressbar-bgvar(--kendo-color-base-subtle, #ebebeb)Default: $kendo-progressbar-bgComputed: var(--kendo-color-base-subtle, #ebebeb)
Description: The background color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-text$kendo-progressbar-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-progressbar-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-border$kendo-progressbar-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-progressbar-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-gradientnullnullDefault: nullComputed: null
Description: The background gradient of the indeterminate ProgressBar.
kendo-progressbar-chunk-border$kendo-body-bgvar(--kendo-color-app-surface, #ffffff)Default: $kendo-body-bgComputed: var(--kendo-color-app-surface, #ffffff)
Description: The border color of the chunk ProgressBar.
kendo-circular-progressbar-arc-stroke$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The arc stroke color of the circular ProgressBar.
kendo-circular-progressbar-scale-stroke$kendo-progressbar-bgvar(--kendo-color-base-subtle, #ebebeb)Default: $kendo-progressbar-bgComputed: var(--kendo-color-base-subtle, #ebebeb)
Description: The scale stroke background color of the circular ProgressBar.