Next and prev button
surajdasst opened this issue · 2 comments
surajdasst commented
I want to add next and previous button to the image slider box. Is it possible?
V4Vince commented
I think this is possible by syncing your component's state with the SliderBox firstItem
prop. Then make the next button and back button increment and decrement your component's state
UsamaAltaf commented
Any detailed answer of this question?