In the previous version of material-ui v4.11.1 they had a Grid List component that in the current version was replaced by Image list. But in Gid List there was an example for Single line Grid list.
https://material-ui.com/components/grid-list/#single-line-grid-list
But in current version material ui v5.0.0-alpha.37
https://next.material-ui.com/components/image-list/
The example for horizontal scrolling is not provided for the Grid or Image List component. And tried adding the modifications from the previous version.
flexWrap: "nowrap",
overflowX: "scroll",
but it doesn't work, I would appreciate if someone could share a simple example.


