Turning Bootstrap UI Into MudBlazor (No Components Needed)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 11

  • @rickfiji4486
    @rickfiji4486 6 หลายเดือนก่อน

    Great video! Very helpful to know there is at least a tacky workaround.

  • @diligencehumility6971
    @diligencehumility6971 2 ปีที่แล้ว +3

    Interesting way of working with MudBlazor. May be of interest to people who are experienced with CSS, but as you say, you really shouldn't do all this extra work. The API is simple enough. But very interesting

    • @justblazorprogramming
      @justblazorprogramming  2 ปีที่แล้ว

      Ya, but this is more of a niche case, sometimes you are in too deep and if you need a solution, its better to have something than nothing.

  • @Bob_Vance
    @Bob_Vance 2 ปีที่แล้ว +2

    Keep up good work and content mate ;)

  • @shangeet
    @shangeet ปีที่แล้ว

    Hi, is it ok to use bootstrap’s css and mudblazor together in real time project?

    • @justblazorprogramming
      @justblazorprogramming  ปีที่แล้ว

      I typically avoid using things that could clash, but you technically can. Whether or not they will im not sure

  • @didiksupriyadi9740
    @didiksupriyadi9740 2 ปีที่แล้ว +1

    please help me, why is MudTextField bind-value:event="oninput" not working ?

    • @justblazorprogramming
      @justblazorprogramming  2 ปีที่แล้ว

      stackoverflow.com/questions/58988952/how-to-use-bind-value-and-bind-valueevent-on-a-custom-component-blazor
      Try this, check the one with the green checkmark

    • @didiksupriyadi9740
      @didiksupriyadi9740 2 ปีที่แล้ว

      thanks for the answer, I'm a beginner in MudBlazor

  • @ВячеславРучкин-у5ч
    @ВячеславРучкин-у5ч 10 หลายเดือนก่อน

    Could you please me, how to use an element (for example, an icon) under the condition that if the male gender is male, then the icon is a man if not, then an icon is woman.