Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the next/prev icons #17

Open
BobShhb opened this issue Feb 21, 2019 · 4 comments
Open

How to change the next/prev icons #17

BobShhb opened this issue Feb 21, 2019 · 4 comments

Comments

@BobShhb
Copy link

BobShhb commented Feb 21, 2019

No description provided.

@matamune94
Copy link

matamune94 commented Mar 30, 2019

You use nuxt or vue ?

@NNEUID
Copy link

NNEUID commented May 12, 2019

@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
Copy link

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

@stug111
Copy link

stug111 commented Aug 23, 2019

@NNEAfric
use

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants