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

Add option to "grey out" badges in header of stepper if step is incomplete #209

Closed jeffreyjsung closed 1 year ago

jeffreyjsung commented 1 year ago

You can see here: https://m1.material.io/components/steppers.html# that typically in steppers the steps that are incomplete or have not been reached yet are greyed out. I am adding this option to the MudStepper component, since currently all the header badges stay the same color no matter what (at least as far as I know).

First time contributing here, let me know if I need to add anything.

Example:

https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/44956373/89bf3056-c8a4-4c8e-bccc-fa8e774d836f

mckaragoz commented 1 year ago

Thanks 🥇