-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hi, I'm using Blazor Server 9.0 with the official MudBlazor template. This exemple shows a simple stepper with StepperActionsJustify.End
<MudStepperExtended StepperActionsJustify="StepperActionsJustify.End">
<MudStepExtended Icon="@Icons.Material.Filled.Approval" Title="Customer Info">
<ChildContent>
<MudStack>
<MudTextField T="string" Label="Name" Required="true" />
<MudTextField T="string" Label="Last Name" />
<MudTextField T="string" Label="Adress" />
</MudStack>
</ChildContent>
</MudStepExtended>
<MudStepExtended Icon="@Icons.Material.Filled.Approval" Title="Customer Info 2" >
<ChildContent>
<MudStack>
<MudTextField T="string" Label="Name" Required="true" />
<MudTextField T="string" Label="Last Name" />
<MudTextField T="string" Label="Adress" />
</MudStack>
</ChildContent>
</MudStepExtended>
</MudStepperExtended>

Metadata
Metadata
Assignees
Labels
No labels