Templates icon indicating copy to clipboard operation
Templates copied to clipboard

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.

Results 24 Templates issues
Sort by recently updated
recently updated
newest added

The Error.cshtml file references the now removed ~/css/bootstrap/bootstrap.min.css and ~/css/app.css files. Would be nice to have these use MudBlazor css classes to keep some styling.

Filtering and paging Datagrid not working with attribute Stream Rendering in .net 8 @attribute [StreamRendering(true)]

I just wanted to post this because its my first issue. This can be ignored. This issue exists because the logic that links to the client .csproj file checks for...

This would be a nice-to-have: `/Components/Account/*` to utilize MudBlazor components.

- Fixes https://github.com/MudBlazor/Templates/issues/453 - Fixes https://github.com/MudBlazor/Templates/issues/437 - Use the new `` to avoid `` issues. - Some fixes to namespaces - Added install template, create all projects and build to...

As soon you change to one of the Pages for the UserManagement, the rendering for the pages will not work anymore. For example the Counter Button or the Hamburger Button...

bug

Steps to reproduce error: 1. install template with the command: dotnet new mudblazor --interactivity Auto 2. run the proyect 3. go to counter page 4. click on counter button 5....

bug

The logout code from Microsoft admin pages are not included. Template 0.6.5 (Had hoped for a Mud admin )

To worki this I have changed the MapPost method in IdentityComponentsEndpointRouteBuilderExtensions.cs file to mapget

I just created a project with the new .NET8 Template (Interactive Mode: Server) and added that it throws an Exception on button pressed. Just added `throw new Exception("test");` The result...