Material UI Tutorial #17 - Avatars

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @billthomas2154
    @billthomas2154 3 ปีที่แล้ว +19

    I'm using the new MUI 5, it took me awhile to get the avatar colors using sx instead of makeStyles. I included this in the html: sx={{backgroundColor: note.category == "work" ? ylow : note.category == "money" ? grn : note.category == "todos" ? pnk : bl}} then this above the return statement: const ylow = yellow[700]; const grn = green[500]; const bl = blue[500]; const pnk = pink[500];

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

      Thanks a lot. I couldn't figure it out how to do it.

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

      Did you do the whole course with MUI 5? I also wanted to start with the current version but stopped when I spend a day figuring out how to do all that stuff. If yes, would you might share your link to the repo? Thanks

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

      could also do sx={{backgroundColor: avatarColor[note.category] || blue[500]}} where const avatarColor = {
      work: yellow[700],
      money: green[500],
      todos: pink[500],
      };

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

      @@mrgrossartig i have done it. if you need code let me know

  • @Lvl9chao
    @Lvl9chao 3 ปีที่แล้ว +4

    Very helpful tutorial series. Looking forward to part#18!

  • @sonnix31
    @sonnix31 3 ปีที่แล้ว +1

    You are one of the best teachers out there. Thank you sir!

  • @DennisHorn1981
    @DennisHorn1981 3 ปีที่แล้ว +1

    00:01:45 Finally! Mario and B(r)owser in peacful coexistence... ♥ 😅
    Apart from that: Your tuts are awesome, perfectly structured, paced and understandable! Thank you so much for you efforts, I highly appreciate it! 👍

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

    You should learn about switch statements for how you handled the color for the avatar.

  • @e.castro.5537
    @e.castro.5537 3 ปีที่แล้ว +1

    Amazing ❤️👏🏼👏🏼👏🏼

  • @sumukhakb2701
    @sumukhakb2701 3 ปีที่แล้ว +6

    Please make Advanced Nextjs and typescript series

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

    Thank you shaun :)

  • @trandinhthang5778
    @trandinhthang5778 3 ปีที่แล้ว

    I want write className="box active" (.class.class) in material, how should i write?

  • @Frostfyre1229
    @Frostfyre1229 3 ปีที่แล้ว

    How would i accomplish the styling dependent upon the note prop passed if Im using v5 with the sx property? Thank you!

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

      sx={{
      backgroundColor: () => {
      if (note.category === "work") return yellow[700];
      if (note.category === "money") return green[500];
      if (note.category === "todos") return pink[500];
      return blue[500];
      }
      }}
      sx prop on Avatar component

    • @葉少芃
      @葉少芃 9 หลายเดือนก่อน

      @@CynthiaSotoCaballerolYEAHl Thanks for your superior answer.

  • @dhrunit1018
    @dhrunit1018 3 ปีที่แล้ว +1

    Thank you for this ❤️

  • @dannyman2200
    @dannyman2200 3 ปีที่แล้ว

    By any chance does anyone know why I'm not getting the emmet suggestions for auto imports such as the Avatar component, I've got ES7 extension, anyone got a clue as to what I'm missing? thanks in advance if you do 👍

    • @neymarjr-sc3oi
      @neymarjr-sc3oi 3 ปีที่แล้ว

      simple react snippets extension

  • @amrutkhot992
    @amrutkhot992 3 ปีที่แล้ว +1

    You are My favourite.! Just one Request .. Please make a series again on React-redux... Using redux hooks.. Hope you will work on it.. Much much Respect..!

  • @vuongqtvn
    @vuongqtvn 3 ปีที่แล้ว

    best channel

  • @jumbo999614
    @jumbo999614 3 ปีที่แล้ว

    I put image in /src/images/...jpg. I use .
    It doesn't render the image.

    • @xq_nemesis
      @xq_nemesis 3 ปีที่แล้ว +1

      I believe you have to import it at the top like
      import MarioImage from ‘../src/images/mario.jpg’ and then use it like that

  • @pkdclt
    @pkdclt 3 ปีที่แล้ว +1

    Thank you so much!

    • @NetNinja
      @NetNinja  3 ปีที่แล้ว +1

      You're welcome!

  • @kelsey_roy
    @kelsey_roy 3 ปีที่แล้ว +1

    4:28 nitpick. Prefer `===` equal equal equal.

    • @PB72UK
      @PB72UK 3 ปีที่แล้ว

      Not really needed here to be honest, since the note category will always be a string

  • @arikedada
    @arikedada 3 ปีที่แล้ว

    lovely videos, the avatar isn't rendering on my page

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

    Need a roadmap video to follow your channel content!!!

  • @raptorinc8331
    @raptorinc8331 3 ปีที่แล้ว

    Thank you.

  • @ridl27
    @ridl27 3 ปีที่แล้ว

    ty

  • @aidin3186
    @aidin3186 5 หลายเดือนก่อน

    ❤‍🔥❤‍🔥❤‍🔥❤‍🔥

  • @kovendanragupathi7632
    @kovendanragupathi7632 3 ปีที่แล้ว

    Can you please confirm how many videos remaining to complete the series

    • @NetNinja
      @NetNinja  3 ปีที่แล้ว +1

      Only 1 more :)

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

      pro tip: check the git :)

  • @mgr1282
    @mgr1282 3 ปีที่แล้ว

    Go Fiber, plz