CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Useful third party extension components for MudBlazor, from the contributors.
Splitter may have overlap feature that sections will overlap each other.
Hello, I have tried to nest several. This actually works well too. (https://try.mudblazor.com/snippet/wEmmPPGjSRJDsgKx) What I'm missing is a horizontal splitter so that I can do something similar to this: https://blazorslidertest.azurewebsites.net...
Hi all. This is the extension component package of MudBlazor. ### This repo will follow all MudBlazor principles: - Free forever - No js (except absolutely necessary) - Customizable, highly...
Default seems to be `body1` right now and the MudBaseInput.Typo property could be used for further customization. https://github.com/MudBlazor/MudBlazor/pull/8754
https://github.com/MudBlazor/MudBlazor/pull/9364
Firstly thank you for creating this package, there is some really useful stuff! I have been using the MudStepperExtended and have encountered an issue with the StepperActionsJustify logic. If you...

When providing a method to the OnBlur parameter of a mud select extended, it never seems to be called: `OnBlur="@(() => BlurTesting())"` ``` private void BlurTesting() { var test =...
Is it possible to add a logo inside of the qr code? an example 
I am after the ability to modify the text on the buttons for steps. Is this something that is possible? for example: ``` @if (_stepper?.GetActiveIndex() == 2) { } ```...