0
Answer

Custom UI template doesn't work in blazor-server

Asrar Ahmad

Asrar Ahmad

2y
746
1

I have created a blazor server project and wanted to change the default UI template and use another admin dashboard bootstrap template. So I followed this YouTube Video but the problem is that the sidebar is not showing. When I comment the blazor script out then the template works properly and If I uncomment the blazor script the again the template breaks and not shown properly.
I have tried many solutions like rendering js files using JsInterop but didn't work.
Any Help to solve the issue?