I am in search of a solution to create the user interface depicted in the attached image using React. Additionally, this post includes a link to another post on the same site: How to add a single line image list that is horizontal scrollable (in react js).
The solution could involve utilizing the MUI library or pure JavaScript and CSS. In the provided image, the SingleLineImageList component contains a list of images.
My goal is to display the images in a specific sequence - the first two images will be large, while the next 4 images will each be 1/4 the width and height of the larger ones, structured as shown from img 3 to 6. This pattern should repeat cyclically. I have explored options within the MUI 4.0 imagelist library here: https://v4.mui.com/components/image-list/#api and also created a sandbox code: sandboxlink. However, I have not been able to find a solution for rendering the 4 images using loop iteration as shown in the image. Any suggestions or advice would be greatly appreciated, thank you!