4 steps to add cool sliders to your website

shrey vijayvargiya
Nerd For Tech
Published in
2 min readAug 24, 2022

--

Working with react-awesome-slider

Website link

Let’s start without wasting much time, 4 steps to add a slider as shown in the image to your react project. I will be using the react-awesome-slider package.

01

Install the package

I am using the nextjs repository, which you can download from here. Install the package using yarn…

--

--