93gaurav93 / v-owl-carousel

🦉 VueJS wrapper for Owl Carousel
MIT License
44 stars 25 forks source link

prev/next custom icons #31

Open asim-altayb opened 3 years ago

asim-altayb commented 3 years ago

how can i implement my own icons in next and prev buttons ?

thevruno commented 3 years ago
<carousel :nav="false">
       <template slot="prev"><span class="fav-arrow prev"><span class="material-icons md-48">chevron_left</span></span> 
       </template>

        .....images.....

       <template slot="next"><span class="fav-arrow prev"><span class="material-icons md-48">chevron_next</span></span> 
       </template>
</carousel>