Just starting out with react and I have an array of image URLs. My current output looks like this:
Output Image Link:
Looking to remove the scroll bar at the bottom and get rid of scrolls entirely. Here's how I want it to look:
Expected Output:
Want to add left and right arrows for scrolling but not sure how to implement it within a div. Any suggestions or solutions would be greatly appreciated.
Code SandBox Link: https://codesandbox.io/s/romantic-bell-wj2qss?file=/src/App.js