We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can get an array of all steps using:
wizard_steps
And you can get your current step using:
step
With these you can build some custom UI around all of the steps available and the current one the user is on.
There are several helper methods included to help you style and customize the experience.
past_step?(step) future_step?(step) previous_step?(step) next_step?(step)
If you have some experience making wizard progress look great, drop me a line and I would love to include it here.