CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

Useful third party extension components for MudBlazor, from the contributors.

Results 114 CodeBeam.MudBlazor.Extensions issues
Sort by recently updated
recently updated
newest added
trafficstars

Splitter may have overlap feature that sections will overlap each other.

enhancement

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

enhancement

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

![image](https://github.com/user-attachments/assets/0074a9ed-292e-486c-a65b-cba0b44c1fb4)

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 ![image](https://github.com/user-attachments/assets/dec1e355-df63-4e02-be0f-4ff4582a34f5)

enhancement

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) { } ```...