Stepper

The Stepper component navigates users through complex workflows by breaking them down into simple steps.

Sass Variables

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

VariableDefault ValueComputed ValueValue
kendo-stepper-margin-xnullnullDefault: nullComputed: null
Description: The horizontal margin the Stepper.
kendo-stepper-margin-ynullnullDefault: nullComputed: null
Description: The vertical margin the Stepper.
kendo-stepper-padding-xnullnullDefault: nullComputed: null
Description: The horizontal padding the Stepper.
kendo-stepper-padding-ynullnullDefault: nullComputed: null
Description: The vertical padding the Stepper.
kendo-stepper-label-margin-x12px12pxDefault: 12pxComputed: 12px
Description: The horizontal margin the Stepper label.
kendo-stepper-label-padding-x12px12pxDefault: 12pxComputed: 12px
Description: The horizontal padding the Stepper label.
kendo-stepper-label-padding-y5px5pxDefault: 5pxComputed: 5px
Description: The vertical padding the Stepper label.
kendo-stepper-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the Stepper.
kendo-stepper-inline-content-padding-x20px20pxDefault: 20pxComputed: 20px
Description: The horizontal padding of the Stepper content.
kendo-stepper-inline-content-padding-y10px10pxDefault: 10pxComputed: 10px
Description: The vertical padding of the Stepper content.
kendo-stepper-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description:
kendo-stepper-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description:
kendo-stepper-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description:
kendo-stepper-bgnullnullDefault: nullComputed: null
Description: The background color of the Stepper.
kendo-stepper-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Stepper.
kendo-stepper-bordernullnullDefault: nullComputed: null
Description: The border color of the Stepper.
kendo-stepper-indicator-width28px28pxDefault: 28pxComputed: 28px
Description: The width of the Stepper indicator.
kendo-stepper-indicator-height$kendo-stepper-indicator-width28pxDefault: $kendo-stepper-indicator-widthComputed: 28px
Description: The height of the Stepper indicator.
kendo-stepper-indicator-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the Stepper indicator.
kendo-stepper-indicator-border-radius50%50%Default: 50%Computed: 50%
Description: The border radius of the Stepper indicator.
kendo-stepper-indicator-focus-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the focused Stepper indicator.
kendo-stepper-indicator-focus-size2px2pxDefault: 2pxComputed: 2px
Description: The size of the focused Stepper indicator.
kendo-stepper-indicator-focus-offset3px3pxDefault: 3pxComputed: 3px
Description: The offset of the Stepper's focused indicator.
kendo-stepper-indicator-focus-calc-offsetcalc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )calc(1px + 3px)Default: calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )Computed: calc(1px + 3px)
Description: The calculated offset of the Stepper's focused indicator.
kendo-stepper-indicator-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Stepper indicator.
kendo-stepper-indicator-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Stepper indicator.
kendo-stepper-indicator-border #cccccc #ccccccDefault: #ccccccComputed: #cccccc
Description: The border color of the Stepper indicator.
kendo-stepper-indicator-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) #ebebebDefault: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))Computed: #ebebeb
Description: The background color of the hovered Stepper indicator.
kendo-stepper-indicator-hover-textnullnullDefault: nullComputed: null
Description: The text color of the hovered Stepper indicator.
kendo-stepper-indicator-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered Stepper indicator.
kendo-stepper-indicator-disabled-bgnullnullDefault: nullComputed: null
Description: The background color of the disabled Stepper indicator.
kendo-stepper-indicator-disabled-textif($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) #8f8f8fDefault: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)Computed: #8f8f8f
Description: The text color of the disabled Stepper indicator.
kendo-stepper-indicator-disabled-bordernullnullDefault: nullComputed: null
Description: The border color of the disabled Stepper indicator.
kendo-stepper-indicator-done-bg$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The background color of the Stepper's done indicator.
kendo-stepper-indicator-done-textif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) whiteDefault: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))Computed: white
Description: The text color of the Stepper's done indicator.
kendo-stepper-indicator-done-border$kendo-stepper-indicator-done-bg #ff6358Default: $kendo-stepper-indicator-done-bgComputed: #ff6358
Description: The border color of the Stepper's done indicator.
kendo-stepper-indicator-done-hover-bgif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) #eb5b51Default: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))Computed: #eb5b51
Description: The background color of the Stepper's hovered done indicator.
kendo-stepper-indicator-done-hover-textnullnullDefault: nullComputed: null
Description: The text color of the Stepper's hovered done indicator.
kendo-stepper-indicator-done-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the Stepper's hovered done indicator.
kendo-stepper-indicator-done-disabled-bgif($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) #ffa19bDefault: if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))Computed: #ffa19b
Description: The background color of the Stepper's disabled done indicator.
kendo-stepper-indicator-done-disabled-textif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) whiteDefault: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))Computed: white
Description: The text color of the Stepper's disabled done indicator.
kendo-stepper-indicator-done-disabled-border$kendo-stepper-indicator-done-disabled-bg #ffa19bDefault: $kendo-stepper-indicator-done-disabled-bgComputed: #ffa19b
Description: The border color of the Stepper's disabled done indicator.
kendo-stepper-indicator-current-bg$kendo-stepper-indicator-done-bg #ff6358Default: $kendo-stepper-indicator-done-bgComputed: #ff6358
Description: The background color of the Stepper current indicator.
kendo-stepper-indicator-current-text$kendo-stepper-indicator-done-text whiteDefault: $kendo-stepper-indicator-done-textComputed: white
Description: The text color of the Stepper current indicator.
kendo-stepper-indicator-current-border$kendo-stepper-indicator-done-border #ff6358Default: $kendo-stepper-indicator-done-borderComputed: #ff6358
Description: The border color of the Stepper current indicator.
kendo-stepper-indicator-current-hover-bg$kendo-stepper-indicator-done-hover-bg #eb5b51Default: $kendo-stepper-indicator-done-hover-bgComputed: #eb5b51
Description: The background color of the Stepper's hovered current indicator.
kendo-stepper-indicator-current-hover-text$kendo-stepper-indicator-done-hover-textnullDefault: $kendo-stepper-indicator-done-hover-textComputed: null
Description: The text color of the Stepper's hovered current indicator.
kendo-stepper-indicator-current-hover-border$kendo-stepper-indicator-done-hover-bordernullDefault: $kendo-stepper-indicator-done-hover-borderComputed: null
Description: The border color of the Stepper's hovered current indicator.
kendo-stepper-indicator-current-disabled-bg$kendo-stepper-indicator-done-disabled-bg #ffa19bDefault: $kendo-stepper-indicator-done-disabled-bgComputed: #ffa19b
Description: The background color of the Stepper's disabled current indicator.
kendo-stepper-indicator-current-disabled-text$kendo-stepper-indicator-done-disabled-text whiteDefault: $kendo-stepper-indicator-done-disabled-textComputed: white
Description: The text color of the Stepper's disabled current indicator.
kendo-stepper-indicator-current-disabled-border$kendo-stepper-indicator-done-disabled-border #ffa19bDefault: $kendo-stepper-indicator-done-disabled-borderComputed: #ffa19b
Description: The border color of the Stepper's disabled current indicator.
kendo-stepper-label-textnullnullDefault: nullComputed: null
Description: The text color of the Stepper label.
kendo-stepper-label-success-text$kendo-color-success #37b400Default: $kendo-color-successComputed: #37b400
Description: The success text color of the Stepper label.
kendo-stepper-label-error-text$kendo-color-error #f31700Default: $kendo-color-errorComputed: #f31700
Description: The error text color of the Stepper label.
kendo-stepper-label-hover-textif($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) #373737Default: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))Computed: #373737
Description: The text color of the hovered Stepper label.
kendo-stepper-label-disabled-textif($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) #8f8f8fDefault: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)Computed: #8f8f8f
Description: The text color of the disabled Stepper label.
kendo-stepper-optional-label-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the optional Stepper label.
kendo-stepper-optional-label-opacitynullnullDefault: nullComputed: null
Description: The opacity of the optional Stepper label.
kendo-stepper-optional-label-font-sizenullnullDefault: nullComputed: null
Description: The font size of the optional Stepper label.
kendo-stepper-optional-label-font-styleitalicitalicDefault: italicComputed: italic
Description: The font style of the optional Stepper label.
kendo-stepper-progressbar-size2px2pxDefault: 2pxComputed: 2px
Description: The size of the Stepper ProgressBar.
kendo-stepper-progressbar-bgnullnullDefault: nullComputed: null
Description: The background color of the Stepper ProgressBar.
kendo-stepper-progressbar-textnullnullDefault: nullComputed: null
Description: The text color of the Stepper ProgressBar.
kendo-stepper-progressbar-fill-bgnullnullDefault: nullComputed: null
Description: The background color of the selected Stepper ProgressBar.
kendo-stepper-progressbar-fill-textnullnullDefault: nullComputed: null
Description: The text color of the selected Stepper ProgressBar.
kendo-stepper-content-transition-propertyheightheightDefault: heightComputed: height
Description: The property name of the Stepper transition.
kendo-stepper-content-transition-duration300ms300msDefault: 300msComputed: 300ms
Description: The duration of the Stepper transition.
kendo-stepper-content-transition-timing-functioncubic-bezier(.4, 0, .2, 1) 0mscubic-bezier(0.4, 0, 0.2, 1) 0msDefault: cubic-bezier(.4, 0, .2, 1) 0msComputed: cubic-bezier(0.4, 0, 0.2, 1) 0ms
Description: The timing function of the Stepper transition.