CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

MudStepper add optional negative index (-1) step #227

Open tavanuka opened 1 year ago

tavanuka commented 1 year ago

I wanted to open this issue to discuss the idea of a "get started" step on the negative index in the Stepper component. (I am not sure if this is already possible through assignment of what step is on what index).

tavanuka commented 1 year ago

@mckaragoz Sounds great. I could take some time to analyse the Stepper component and learn the ropes of it, and see if I come with a solution for programatically setting the index. I have some questions though:

  1. Would the intro page display the header and steps coming before?
  2. Should the intro step hide the steps to come?

I would love to hear some suggestions. I really am enjoying using Mudblazor and its extensions.

tavanuka commented 1 year ago

Great, thank you for the feedback. I will start looking into it when I can and submit a pull request to discuss the code and what could be changed/improved. 😊