I am starting a side project with blazor and planning to us MudBlazor as UI lib in dotnet 8. My biggest roadblock currently is, When we create new dotnet 8 Blazor project, it creates 2 projects in solution. I understand one is client project and other is something that will be on server. But what I don't understand is in which project should I install MudBlazor nuget package and configure it's services. Should it be in *.Client project or the one which is in server. Please help me figure out.
According to this post, you should install it on the client side.
https://medium.com/@anasyunus/installing-mudblazor-in-a-net-8-blazor-project-cba586e34166