New to Kendo UI for jQueryStart a free 30-day trial

Label

configuration

Indicates whether the Steps in the Stepper will render their label element (the text placed below the Step indicator circle).

label

Boolean

Default: true

<nav id="stepper"></nav>

<script>
    $("#stepper").kendoStepper({
        label: false,
        steps: ["Initial step", "Second step", "Third step"]
    });
</script>
Not finding the help you need?
Contact Support