Lines Matching refs:step
3 The **Stepper** component provides a step navigator, suitable for guiding users through a step-by-s…
61 …to the previous step page; or when the **nextLabel** of the current (not the last) **StepperItem**…
71 | prevIndex | number | Yes | Index of the step page before the switching. |
72 | index | number | Yes | Index of the step page after the switching, that is, index of the pre…
88 | index | number | Yes | Index of the current step page.|
89 | pendingIndex | number | Yes | Index of the next step page.|
95 …en the **prevLabel** of the current **StepperItem** is clicked to switch to the previous step page.
105 | index | number | Yes | Index of the current step page.|
106 | pendingIndex | number | Yes | Index of the previous step page.|
141 // First step page
155 // Second step page
170 // Third step page
183 // Fourth step page
197 …icked, for example, dynamically changing the index of the <Stepper> to redirect to a specific step.