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,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Stepper is linear by default to enforce completion of a previus step to proceed, set <i>linear</i> as true for non-linear mode.</p>
<p>When <i>linear</i> property is present, current step must be completed in order to move to the next step.</p>
</DocSectionText>
<div class="card flex justify-content-center">
<Stepper linear>