Dot carousel in react js

How can i build vertical dot carousel in react js like in this website"https://oncallservice.co.uk/"
delawala
OCS
OCS - On Call Services
For us our clients are our priority, and we aim to provide the best possible customer experience for them. Which is why these core principles are embedded throughout our corporation.
4 Replies
Joao
Joao10mo ago
It's probably easiest to use a package which supports orienting the slide horizontally and vertically. I found these two that look quite good and fairly updated: https://www.npmjs.com/package/pure-react-carousel https://www.npmjs.com/package/react-responsive-carousel
Augustos
Augustos10mo ago
i don't know exactly how, but i do know that u're looking fora vertical carousel with parallax effect on scroll
Augustos
Augustos10mo ago
as Joao said, it's easiest to use a lib. Personally i think https://swiperjs.com/ is one of the best libs for carousel that u can find, and i also think is easy to use effects with it, like the one u want
Swiper
Swiper - The Most Modern Mobile Touch Slider
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
Joao
Joao10mo ago
This one looks like a much more mature product, lots of downloads, well documented... yes, this one is likely the better solution for this.