Step Wizard
import { AXStepWizardModule } from '@acorex/components/step-wizard';
next()
, previous()
, and goStep(stepId)
for flow control. It’s perfect for guiding users through multi-step forms or wizards. Overview
User Address
add addressUser Info
add your infoPrivacy Policy
privacy & policyPayment
payment Circular
MD
Clear
Horizontal
Usage
ax-step-wizard
Preview
Code
Methods
next()
to advance, previous()
to revert, reset()
to start over from the first step, and goStep(stepId)
for direct step access. Preview
Code
Navigation State
isFirst()
and isLast()
methods determine the position within the wizard, checking if the current step is the first or last, respectively. These checks streamline navigation logic, facilitating appropriate UI adjustments. Preview
Code