I am attempting to incorporate the use of owl-carousel. My goal is to display one item at a time and include next and previous buttons on the left and right sides of my cards. I'm unsure how to achieve this, so any assistance would be greatly appreciated.
I will provide the code I have tried in codesandbox
<OwlCarousel
className="owl-theme"
loop={true}
nav={true}
items={1}
autoHeight={true}
>