❔ 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
Angius
Angius2y ago
Isn't MaterialUI a library of React components?
mephistopheles
mephistophelesOP2y ago
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.
Angius
Angius2y ago
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
barcode
barcode2y ago
why not just create a separate angular project and communicate through fetch with the asp.net?
mephistopheles
mephistophelesOP2y ago
Doesn't it become too complicated with too much API calls?
barcode
barcode2y ago
if u organize ur code no and there is no alternative unless u want serverside rendering
mephistopheles
mephistophelesOP2y ago
"Material Design" to correct. Yet I'll see if this works out Just discovered a thing called MatBlazor Looks like this is it
Accord
Accord2y ago
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.

Did you find this page helpful?