Responsive: MUI

Go Home | Material UIでのレスポンシブサイト作成

media query

600px以上で巨大化

useMediaQuery

themeのbreakpoints利用その1

xs: 0, sm: 600, md: 900, lg: 1200, xl: 1536

600px以上で表示

themeのbreakpoints利用その2

down(md): red

up(md): blue

up(lg): green