Update stepper docs

This commit is contained in:
Cagatay Civici 2024-02-22 12:45:53 +03:00
parent 9d8e2cfd65
commit 02b4daead2
5 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,9 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Stepper consists of one or more StepperPanel elements.</p>
<p>
Stepper consists of one or more StepperPanel elements to encapsulate each step in the progress. The elements to navigate between the steps are not built-in for ease of customization, instead <i>prevCallback</i> and
<i>nextCallback</i> events should be bound to your custom UI elements.
</p>
</DocSectionText>
<div class="card flex justify-content-center">
<Stepper>