CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration Challenge: MudBlazor Extension and Latest Blazor Template Compatibility

adelfadhul opened this issue · comments

The installation of the MudBlazor extension does not align with the latest Blazor template generated by MudBlazor's official template. This template includes a Components folder with Layout and Pages subfolders, but it lacks _Host or _Layout files, instead using App.razor. When attempting to integrate the installation into this template and testing components like the search box, the list of items fails to appear correctly

reference for the template: https://github.com/MudBlazor/Templates