Here is the mockup I am working with: https://i.sstatic.net/bIepQ.png
So far, I have made good progress with this code: https://codesandbox.io/s/codepen-with-react-forked-16t6rv?file=/src/components/TrendingNFTs.js
However, I am facing a couple of challenges that I need help with:
- When navigating through the components using the next and previous buttons, the component resets instead of stopping at the last element in the list.
- The progress bar below the cards, along with the arrows, is proving difficult to implement. I was wondering if anyone has come across a similar design that I can refer to.
Any help or ideas would be greatly appreciated. Thank you in advance.