CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Integration Challenge: MudBlazor Extension and Latest Blazor Template Compatibility
trafficstars
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
Sorry, doesn't understand. Do you mean the template doesn't have _host or _layout file?