Imo MudBlazor is amazing, probably the best looking and best documented UI framework I ever worked with
@justblazorprogramming2 жыл бұрын
I like material UI even though its a bit over used, but theres a reason why right. Its nice having something that uses pure blazor components to do apply the style to your code.
@calmhorizons8 ай бұрын
Great content - thanks mate.
@joeyguerrieri37105 ай бұрын
Very good videos, Is there an easy way to print the muddatagrid?
@brunosallesdev Жыл бұрын
Amazing!
@fastersixth7 ай бұрын
Got stuck directly. Mudblazor templates was not installed only mudblazor webapp. The project looks totally different from yours so I had to stop and now I have to try to redo it all. Or see if I can find a video where it looks the same. Just realised the templates are not installed anymore, it's instead the webapp. So I can't follow along with you, but I'll test it.
@matsastrom7347 ай бұрын
Solution: In Routes.razor in the top add this: @rendermode InteractiveServer that solves the issues with the drawer that exists in .NET8
@robertbriquet Жыл бұрын
Hey Thanx
@begemotik88888888 Жыл бұрын
Good how to change font to segoe all mudblazor component? How to make mudtreeview item href to link another component blazor page? Best gerards
@asadquadir97111 ай бұрын
is it going to work on .Net 8 ?
@concross10 ай бұрын
Yup it's working for me on .Net 8
@Don-ii4vm5 ай бұрын
Heads up to anyone getting a Delegate error on the OnClick event like I did when I tried following the steps in the video to create a MudBlazor Server project.... I tried creating the project as the MudBlazor Installation page suggested: Ie: dotnet new mudblazor --host wasm --name MyApplication ...but had problems with the --host part of the command. To create the project I used: dotnet new mudblazor --interactivity Server --name MudProject
@imadabab Жыл бұрын
Great Video. Thank youu so much bro. Some components are giving me this message: Severity Code Description Project File Line Suppression State Warning (active) RZ10012 Found markup element with unexpected name 'MudFileUpload'. If this is intended to be a component, add a @using directive for its namespace. Any idea how to solve it.
@justblazorprogramming Жыл бұрын
Sounds like youre missing a library you need to add. Typically the @using issues are that its expecting some resource that you have not properly connected to the component
@thedanielspindler Жыл бұрын
Thanks for the great content, is your discord still running? Link in the description has expired and I cant find it in the public servers. Thanks
@justblazorprogramming Жыл бұрын
Ya i typically put the link periodically either in my new video's description or sometimes in a post. My newest video will have a new link to the discord. I do it on purpose.
@yogeshkumarpatil591 Жыл бұрын
Good.
@vraja68122 жыл бұрын
do you have the working code in githhub?
@justblazorprogramming2 жыл бұрын
I dont have a github atm, but i may make an announcement soon
@vraja68122 жыл бұрын
@@justblazorprogramming it will be useful to dig and debug the code, that way one can strongly learn
@Desiignerrr2 жыл бұрын
I'm an absolute beginner when it comes to mudblazor, am i in the right place?
@justblazorprogramming2 жыл бұрын
Well i got those videos out there, im sure there are more resources for you, ill be circling back to mudblazor after im done with some other things i got in store. Hope you enjoy them and if you got questions or critiques lmk
@Desiignerrr2 жыл бұрын
@@justblazorprogramming thanks man, can you give moore details on the tutorias please
@justblazorprogramming2 жыл бұрын
You got to give me more details on what you want to know, what exactly are you looking for?
@Desiignerrr2 жыл бұрын
@@justblazorprogramming i just dont want to be the guy who copy pastes and bam, i want to understand the code and what each tag does and how can i edit it and manipulate it
@justblazorprogramming2 жыл бұрын
The issue is you are using a 3rd party library so a lot of its code will not be available to you. Instead you need to understand how to use it since you are basically using someone elses code for yourself.