Material UI v.5 Tutorial | How to Style and Customize | Part 3

preview_player
Показать описание
We will have a look at what Material UI (MUI) is and how you can use it in your projects. In this video, we will have a look at the MUI-Grid.

--- 🤙 Book A Consultation ---

CONTACT:

ABOUT THIS CHANNEL:
Dev World is a mix of tutorials and educational videos around Coding, Online Marketing, and Design.

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

It's such a valuable and nice explanation about MUI v5 styling. Thanks for sharing it!

xinzhang
Автор

Really loved this series on Material UI, thanks man!!

stefanocons
Автор

thanks man for this video, please continue with this serie

mauriciom
Автор

thank you! i'm a backend dev, finally I got it.

wMwPlay
Автор

love the series. Please do a side-navigation

khandoor
Автор

great video man! I wonder how could you pass props to a sxStyle object that lives in another file. any ideas? Or you do that only using StyledComp?

nastyideas
Автор

Muy bueno el vídeo. Y he entendido tu inglés. Great video and very good information. It helped me a lot. Muchas gracias. Many thanks.

sdfsfsfd
Автор

The &. vs & . seems a bug. Great video, by the way. A couple of questions, can I use in sxStyle? If I only want to apply !important on padding instead of .MuiInputBase-input, how do I achieve it? && will apply on all the properties in .MuiInputBase-input, right?

GG-uzus
Автор

How can we do styling related to className?

rickylall
Автор

the inputbase module became text field .... isn't it in the react 18.2 new version ? thks a lot

missblue
Автор

Hello. Just found your channel, it's really nice one. Wondering if it's an option to ask you to do tutorials on a specific topic?

abcq
Автор

how can i style an image
for example

<img src={below} alt="" sx={{ ImageStyling }} />




export const ImageStyling = styled("image")(({ theme }) => ({
width: "300px",
{
width: "300px",
},
}));





this isn't working please tell me how to style and image or do CSS ... I'm new to programming

NoumanKhan-ckvx
Автор

Wondered to what happened to makeStyles and useStyles from v4... Are they deprecated?

SanthoshkumarNagulanchi
Автор

wait so makeStyle is history now? havent used Material UI in a while.. I remember we used to use withStyles and later makeStyles

agdmnm