Wizard

The Wizard component simplifies complex processes into manageable steps and guides users with clear, step-by-step navigation.

Sass Variables

The Telerik and Kendo UI Wizard is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the Sass variables provided by the Button and Stepper components.

VariableDefault ValueComputed ValueValue
kendo-wizard-padding-xcalc( #{$kendo-padding-md-x} * 2.5 )calc(var(--kendo-spacing-2, 0.5rem) * 2.5)Default: calc( #{$kendo-padding-md-x} * 2.5 )Computed: calc(var(--kendo-spacing-2, 0.5rem) * 2.5)
Description: The horizontal padding of the Wizard.
kendo-wizard-padding-y$kendo-wizard-padding-xcalc(var(--kendo-spacing-2, 0.5rem) * 2.5)Default: $kendo-wizard-padding-xComputed: calc(var(--kendo-spacing-2, 0.5rem) * 2.5)
Description: The vertical padding of the Wizard.
kendo-wizard-content-padding-xcalc( #{$kendo-padding-md-x} * 4 )calc(var(--kendo-spacing-2, 0.5rem) * 4)Default: calc( #{$kendo-padding-md-x} * 4 )Computed: calc(var(--kendo-spacing-2, 0.5rem) * 4)
Description: The horizontal padding of the Wizard content.
kendo-wizard-content-padding-ycalc( #{$kendo-padding-md-y} * 8 )calc(var(--kendo-spacing-1, 0.25rem) * 8)Default: calc( #{$kendo-padding-md-y} * 8 )Computed: calc(var(--kendo-spacing-1, 0.25rem) * 8)
Description: The vertical padding of the Wizard content.
kendo-wizard-buttons-margin-xk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5, 0.625rem)
Description: The horizontal margin of the Wizard's Button container.
kendo-wizard-border-width0px0pxDefault: 0pxComputed: 0px
Description: The border width of the Wizard.
kendo-wizard-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the Wizard.
kendo-wizard-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the Wizard.
kendo-wizard-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 Wizard.
kendo-wizard-step-focus-border #656565 #656565Default: #656565Computed: #656565
Description: The outline of the focused Wizard step.