Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
552 stars 220 forks source link

possible to let multiple cards on the screen and the middle one being the largest? #198

Open john012343210 opened 2 years ago

john012343210 commented 2 years ago

I have read the doc and demo, however may I ask could we achieve something like this ?

image

lewibs commented 1 year ago

im trying to figure out how to change size at all. But you could easily have them all the same size containers then inside the container make that specific component smaller.

mandeep-vratesh commented 1 year ago

Is there a prop to allow more than one Carousel Item to be visible at a time? The one in the "Example: eBay™ style" uses a container of 3 cards as one Carousel Item, is that achievable without using the container?

mandeep-vratesh commented 1 year ago

If not, I think this should be achievable by changing here. We may accept a prop itemCount and using a for loop we can return a batch of Carousel Items.