93gaurav93 / v-owl-carousel

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

How to change the next/prev icons #17

Open BobShhb opened 5 years ago

matamune94 commented 5 years ago

You use nuxt or vue ?

NNEUID commented 5 years ago

@matamune94 I use Nuxt. I want to customize the next/prev icons so they go to the beginning and end of the carousel respectively.

Regards

waseembarcha commented 5 years ago

Set navText="[' 🡐 ',' 🡒 ']" Or navText="[' <span> ... </span> ',' <span> ...</span>']"

stug111 commented 5 years ago

@NNEAfric use

<template slot="prev"><span class="prev">prev</span></template>
<template slot="next"><span class="next">next</span></template>