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!
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 }}
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!
Awesome, thank you!❤️
Thank you man, you helped me a lot, I couldn’t figure out how to make an adaptive one on MUI.🔥🔥
Glad I could help!
Great video. Thanks for sharing it.
I really appreciate your positive energy my dear friend. Thank you
Can you please do a landing page design that will show two column three column layout with cards using mui. Thank you
I will try!
@@codegenix That would mean a lot. Thanks
Do we a have a solution for getting MUI theme inside of a server components?
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 }}
Great tip!
Sir, will u make a complete tutorial on complete browser devtools, performance optimisation, critical rendering path, and aria element?
That's an amazing idea. Thanks for your recommendation
Hello, Can you make material UI and Tailwindcss combined setup which is allow tailwindcss to material UI component
Yes you can follow the documentations here:
mui.com/base-ui/guides/working-with-tailwind-css/
hi bro once use variant= standard for textfiled mui is getting any flickering issue
Would you explain more?