ItsMrAkhil/react-styled-carousel

Make carousel responsive

Closed this issue · 1 comments

Take an array of the shape { breakPoint: number, cardsToShow: number } as props.
And whenever screen size matches the breakPoint change the cardsToShow to the specific number.

This is completed and pushed the new version into npm and git.