I am trying to implement owl-carousel. I want to show single item at a time and have a next and previous button on left and right of my cards I don't know how to implement that, pls help me.
What I have tried I will add in codesandbox
<OwlCarousel
className="owl-theme"
loop={true}
nav={true}
items={1}
autoHeight={true}
>