Just for fun : MubBlazor and Blazorise in the same application #5870
MBNSoftware
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hello @MBNSoftware, thanks for sharing. Actually, last year, I tried implementing MudBlazor as a first-class CSS provider for Blazorise. It was just a proof of concept to see how hard it would be. Surprisingly, it was quite easy. MudBlazor has a lot of similarities with Bootstrap, which is making it easier. Why did I not proceed with it? I felt that it would lead to a backlash from the community. I don't know. Maybe it makes sense to try it again. It is definitely doable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Just out of curiosity, I was trying to mix both UI frameworks and it's working quite nicely.
There are obvisously some issues, mainly with colors and themes as both are using their own systems. But for non-visual components or those that don't need theming, I think it could be useful.
Of course, there is no real-life use case behind. It's more of a programming challenge than a real need. But I thought I could share it anyway.
The repo : https://github.com/MBNSoftware/MudBlazorise01
It's a basic Blazor app, created from MudBlazor template. Then I have added Blazorise and some examples in the home page.
Examples are those present on their respective web sites, only slightly modified to accomodate some needed changes (same Color, Margin or Size enums in both frameworks, for example).
Regards,
Beta Was this translation helpful? Give feedback.
All reactions