Horizontal (Default)
Steps arranged in a row. Best for wide containers and standard form wizards.
Project Information
Enter the basic details about your project.
Vertical
Steps stacked vertically. Best for narrow sidebars or when step titles are long.
Project Information
Enter the basic details about your project.
@* Horizontal (default) *@
<FodWizardComponent Steps="@_steps"
ServiceRequestContext="@_context"/>
@* Vertical *@
<FodWizardComponent Steps="@_steps"
ServiceRequestContext="@_context"
Orientation="WizardOrientation.Vertical"/>