Skip to content

falsepopsky/reactmulticarousel-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-multi-carousel example with nextjs

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.

How to use

🔄 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