mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update stepper docs
This commit is contained in:
parent
9d8e2cfd65
commit
02b4daead2
5 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue