Home > Blockchain >  MUI material ui - How to make menu with full width?
MUI material ui - How to make menu with full width?

Time:11-13

I'm trying to make mobile menu with full width

I tried but it looks like I miss understand something my css rules doesn't applied

this is a live code example : enter image description here thanks...

CodePudding user response:

You should change your Menu to Drawer (with anchor = 'top')

Visit this to learn more : https://mui.com/material-ui/react-drawer/

  • Related