react-multi-carousel is a React component that provides a Carousel that renders on the server-side that supports multiple items with no external dependency.
🔄 Clone repository
git clone https://github.com/falsepopsky/reactmulticarousel-nextjs.git
📦 Install deps
npm i
# or
yarn i
# or
pnpm i
🏁 Run the project
npm run dev
# or
yarn dev
# or
pnpm dev