CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudStepper action buttons on top? #263

Closed RING-mbrown closed 10 months ago

RING-mbrown commented 10 months ago

Is there a way to change the styling of the MudStepper action buttons so they are oriented at the top of the component just below the header?

mckaragoz commented 10 months ago

I think there is no direct solution about that. But you can create your own StaticContent at the top and remove all action buttons.

RING-mbrown commented 10 months ago

I think there is no direct solution about that. But you can create your own StaticContent at the top and remove all action buttons.

Thank you. As soon as I'd posted it, had a cup of coffee, I realized I could create my own buttons that interact with the Stepper component. Works like a charm, thank you very much for your reply.