The animation duration in either vertical or horizontal mode.
animation-duration
Get/Set whether the content is displayed above the steps.
Default value is false
and the content is below the steps.
The animation type when in horizontal mode.
horizontal-animation
Get/Set whether the stepper is linear.
If the stepper is in linear mode and if the active step is valid only then the user is able to move forward.
Gets/Sets the orientation of the stepper.
Default value is horizontal
.
Get/Set the type of the steps.
Default value is full
.
Returns all of the stepper's steps.
Optional
titleGet/Set the position of the steps title.
The default value is undefined. When the stepper is horizontally orientated the title is positioned below the indicator. When the stepper is horizontally orientated the title is positioned on the right side of the indicator.
The animation type when in vertical mode.
vertical-animation
Static
Readonly
tagOptional
eventInitDict: CustomEventInit<D>Activates the step at a given index.
Static
register
IgxStepper provides a wizard-like workflow by dividing content into logical steps.
Remarks
The stepper component allows the user to navigate between multiple steps. It supports horizontal and vertical orientation as well as keyboard navigation and provides API methods to control the active step.
Element
igc-stepper
Slot
Fires
igcActiveStepChanging - Emitted when the active step is about to change.
Fires
igcActiveStepChanged - Emitted when the active step is changed.