I want to use MUI Grid https://material-ui.com/api/grid/ and I wanted to hide one item Grid if the screen is small, so I found something called Display ht
https://material-ui.com/api/grid/
ht
Material UI exposes a component to achieve this. Just wrap component you want to hide for specific screen size:
Hide me on XS view port width.
You can find more examples in the documentation.