MudBlazor
Radzen Blazor Components
MudBlazor | Radzen Blazor Components | |
---|---|---|
48 | 8 | |
9,195 | 3,958 | |
2.6% | 1.6% | |
9.8 | 9.9 | |
6 days ago | 7 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MudBlazor
-
TeeChart in a MudBlazor web
Taking a quick look at the MudBlazor environment https://mudblazor.com/, we thought it would be interesting to put a TeeChart in there.
-
Building the Same App Using Various Web Frameworks
Now do the same using Blazor Server (C#). For convenience use https://www.fluentui-blazor.net/ or https://mudblazor.com/ for your UI components.
It has it's compromises but it's great for just building stuff, with UI updates streamed to the client, no JS (or as much as you want), no extra API building just for the sake of your SPA. Note that I'm not talking about Blazor WASM.
If you're interested in working as a developer for corporations outside of the SF bubble (e.g. the other 80% that use Windows instead of macOS) it's worth checking out, especially for internal corporate stuff.
- MudBlazor: Streamlined Blazor Components with Material Design for .NET Devs
-
Ask HN: I can't grok front end development
I recently started doing some front-end stuff using C# with Blazor [0]. As UI component library I'm using MudBlazor [1].
I think it's very easy to create a beautiful app this way. You can still use CSS if you want, but don't really need it to start out.
If you want to style an app, just adjust a couple of colors (primary, secondary, surface, background, ...) of the theme and the app looks quite different already. I believe the color scheme is based on Material design, as such, many (shades of) colors will be automatically calculated based on the couple of colors you choose.
Of course you can also change fonts, icon font, etcetera to further customize the app.
The best thing about this approach from my POV is that you don't have to deal with much JavaScript, CSS, HTML ... (though the option is still there when needed).
---
[0]: https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blaz...
[1]: https://mudblazor.com
- MudBlazor 7.0 component library released
-
MudBlazor Identity Components
I don't think that new Identity pages will work with MudBlazor out of the box. Take a look at this GitHub issue: https://github.com/MudBlazor/MudBlazor/issues/7805
-
Use Case Driven Development with Low-Code
The Blazor Server application uses the open source component MudBlazor, which I recommend to C# oriented developers. To keep the application simple, all data is stored in JSON files.
-
Popups and bottom sheets in Blazor
You could use Mudblazor and Codebeam Mud extensions.
- Unit testing a Blazor form with MudBlazor controls using bUnit
-
Can I build single-page apps with core, like react pages without refreshing the site?
Look up some Blazor UI / Component Libraries.Awesome-Blazor lists the more popular ones. The two I recommend are Mudblazor and Havit Blazor because the documentation is built using Blazor and the repos are open source on GitHub.
Radzen Blazor Components
-
Using Radzen components in Blazor 8
To client project, without any changes, just added Appointment.cs, EventConsole.razor, AppointmentPage.razor, AddAppointmentPage.razor, and EditAppointmentPage.razor (copied from the demo radzen-blazor project) and the scheduler component works as expected.
-
Help choosing ideal .NET web dev approach for C# desktop developer?
Since you already have extensive C# experience, Blazor will be incredibly easy to pick up. I came to Blazor from WPF and Xamarin, and it just clicked. Microsoft has done an excellent job documenting it, and there are plenty of amazing libraries to use, both in terms of utility and components. Since you're developing internal tools, where design is not a concern, you can get incredibly far, incredibly fast, with something like Radzen.
-
Selfhosted nocode tool?
I'm curious as well. I'm look at Radzen at the moment, but have only installed it on my laptop, have don't nothing else.
-
How to create SelectAll/None checkboxes in a dynamic Table
Radzen is open source, (here is the datagrid, cause I was trying to see how they were doing the select all)
-
How To Develop Server Side Blazor Apps With RADZEN Part 1
The second step to take is to go to https://www.radzen.com/
- Question
-
Radzen Open Sources 60+ Blazor Components
The license at this location would indicate that they are Open Source: https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE
What are some alternatives?
fluentui-blazor - Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
Blazorise - Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
MudBlazor - Blazor Component Library based on Material design. The goal is to do more with Blazor, utilizing CSS and keeping Javascript to a bare minimum. [Moved to: https://github.com/MudBlazor/MudBlazor]
ant-design-blazor - 🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.