v-owl-carousel icon indicating copy to clipboard operation
v-owl-carousel copied to clipboard

prev/next custom icons

Open asim-altayb opened this issue 3 years ago • 1 comments

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

asim-altayb avatar Mar 28 '21 13:03 asim-altayb

<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> 

thevruno avatar Mar 28 '21 20:03 thevruno