❔ How to use Material UI in .Net project?
I want to use Material UI to design a web project. How do I set it up for my .Net core project?
8 Replies
Isn't MaterialUI a library of React components?
I use it in Angular CLI. I thought there would be some way to set it up in .net also.
It's a good library. Just as good as or even better than Bootstrap.
You can just use Angular with an ASP.NET API if you want
Besides that... you'd have to look for a MUI implementation that's framework-agnostic
And then use it like Bootstrap
why not just create a separate angular project and communicate through fetch with the asp.net?
Doesn't it become too complicated with too much API calls?
if u organize ur code no
and there is no alternative unless u want serverside rendering
"Material Design" to correct.
Yet I'll see if this works out
Just discovered a thing called MatBlazor
Looks like this is it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.