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

preview_player
Показать описание
There are many ways that we can make our design responsive in material ui based on different breakpoints, in this video you will learn all the ways that you can make your material ui mui project responsive based on breakpoints in a nextjs react or any react project.

#react #nextjs #mui #responsive

🔥 Related Videos:

🔗 Links:

📚 Chapters:

00:00 Results Showcase
00:20 Setup
02:45 Create Theme
04:38 Add or Remove Breakpoints
07:00 1. Make Responsive in Global Theme
10:41 2. Make a Specific Component Responsive
11:51 3. More Control Over Specific Button Responsive
13:30 4. useMediaQuery

🎨 My Editor Settings:

- JetBrains Mono
- Monokai Pro

🔖 Topics Covered:

- How to use media query (useMediaQuery) in material ui mui react?
- How to use material ui mui in nextjs 13 app router project?
- How to add different breakpoints to material ui?
- Change material ui default breakpoints
- Nextjs 13 app router material ui mui setup

🔗 Resources:

Рекомендации по теме
Комментарии
Автор

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!

patrickjreid
Автор

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

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

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

devT
Автор

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 }}

dainis
Автор

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

olawumisegun
Автор

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

rayhanislam
Автор

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

noormuhammad
Автор

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

saikrishnamuntha