mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue