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

Step

Represents the Kendo UI for Vue Step component.

jsx
<Step v-bind="props" @change="(e) => props.onChange(e)">
<span class="k-step-indicator" aria-hidden="true">
   <span class="emoji">{{ props.emoji }}</span>
</span>
<span class="k-step-label">
   <span class="k-step-text">{{ props.label }}</span>
</span>
</Step>
Not finding the help you need?
Contact Support