1.0.0 • Published 2 years ago

react-carousel-mui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Contributors Forks Stargazers Issues MIT License LinkedIn

Getting Started

npm install react-carousel-mui

or

yarn add react-carousel-mui

Usage

<Carousel
  items={itemList}
  itemsPerPage={{
    xs: 2,
    sm: 2,
    tablet: 2,
    md: 3,
    lg: 3,
    xl: 3,
  }}
  itemRenderer={(item: string) => <CustomCard data={item} />}
/>

Please checkout the following codesandbox for a live and more rich example: react-carousel-mui-demo

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

@heIsThePirate

Project Link: https://github.com/heIsThePirate/react-carousel-mui