Skip to content

StepperActionsJustify.End put buttons on the left #546

@alpachinois

Description

@alpachinois

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>
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions