Is there a way to add custom right/left arrows to the Ionic slider component?
Demo: Check it out on Stackblitz
Note: Make sure to refer to the home.html
page for more details.
https://i.sstatic.net/jQ62l.png
.html
<ion-slides [pager]="true" [slidesPerView]="2">
<ion-slide>
<h1>Slide 1</h1>
</ion-slide>
<ion-slide>
<h1>Slide 2</h1>
</ion-slide>
<ion-slide>
<h1>Slide 3</h1>
</ion-slide>
</ion-slides>