As you can see in the attached image, there are three cards visible at the same time , the middle one is active, while the first and third are only partially shown (marked with red arrows).
I’m trying to create this type of carousel in Next.js, but almost all the public carousel code I’ve found shows full cards only (no partially visible ones).
Could someone please help me with how to achieve this effect or share any resources/examples? Thanks!