Full Responsive Design in MUI (Material UI) Course - React Next.js

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 18

  • @patrickjreid
    @patrickjreid 11 місяців тому

    This is the best tutorial I have found on this subject. I am trying to avoid using styled, and I think the best way to work with MUI is to use all of its default power. Very few show how to modify the theme itself so that your default button is just what you want it to be!

    • @codegenix
      @codegenix  11 місяців тому

      Awesome, thank you!❤️

  • @ДжамбулатКагерманов-л8э

    Thank you man, you helped me a lot, I couldn’t figure out how to make an adaptive one on MUI.🔥🔥

    • @codegenix
      @codegenix  8 місяців тому

      Glad I could help!

  • @hey.............
    @hey............. Рік тому +1

    Great video. Thanks for sharing it.

    • @codegenix
      @codegenix  Рік тому

      I really appreciate your positive energy my dear friend. Thank you

  • @olawumisegun5898
    @olawumisegun5898 3 місяці тому +1

    Can you please do a landing page design that will show two column three column layout with cards using mui. Thank you

  • @noormuhammad888
    @noormuhammad888 Рік тому

    Do we a have a solution for getting MUI theme inside of a server components?

  • @7dainis777
    @7dainis777 Рік тому +1

    Great and informative video. Here is a time saving tip. You don't need to import theme if you use sx prop and pass function to it. Theme is passed to function automatically.
    sx={{ color: theme => theme.palette.primary.main }}. If you use typescript you might need to import Theme style from @mui/material or @mui/material/styles and use it like this sx={{ color: (theme: Theme) => theme.palette.primary.main }}

  • @devT44
    @devT44 5 місяців тому

    Sir, will u make a complete tutorial on complete browser devtools, performance optimisation, critical rendering path, and aria element?

    • @codegenix
      @codegenix  5 місяців тому +1

      That's an amazing idea. Thanks for your recommendation

  • @rayhanislam7518
    @rayhanislam7518 Рік тому

    Hello, Can you make material UI and Tailwindcss combined setup which is allow tailwindcss to material UI component

    • @codegenix
      @codegenix  Рік тому +1

      Yes you can follow the documentations here:
      mui.com/base-ui/guides/working-with-tailwind-css/

  • @saikrishnamuntha62
    @saikrishnamuntha62 Рік тому

    hi bro once use variant= standard for textfiled mui is getting any flickering issue