Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Step Wizard

import { AXStepWizardModule } from '@acorex/components/step-wizard'; Step Wizard component breaks processes into steps, with methods like next(), previous(), and goStep(stepId) for flow control. It’s perfect for guiding users through multi-step forms or wizards.

Overview

In this section, you can test different options of this component and see the output in real time

User Address

add address

User Info

add your info

Privacy Policy

privacy & policy

Payment

payment
Circular
MD
Clear
Horizontal

Usage

A simple example of using ax-step-wizard
Preview
Code

Methods

The Step Wizard Component features essential navigation methods to enhance user interaction. Use 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

The 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

Copyright ©2017-2025 ACoreX Labs Inc.

On this page