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

Carousel does not change control icons #49

Closed
almidi opened this issue Dec 12, 2019 · 1 comment
Closed

Carousel does not change control icons #49

almidi opened this issue Dec 12, 2019 · 1 comment

Comments

@almidi
Copy link

almidi commented Dec 12, 2019

The carousel component's leftIcon and rightIcon properties do not apply when the carousel is not in multi-item mode.

my code:

<mdb-carousel :items="banners" :interval="5000" slide touch controlls leftIcon="paper-plane" rightIcon="paper-plane" > </mdb-carousel>

@smolenski-mikolaj
Copy link
Contributor

That feature was just released. There is now option to use controllIcons property. Example:

<mdb-carousel :items="3" :controllIcons="['fas fa-arrow-circle-left fa-2x text-white', 'fas fa-arrow-circle-right fa-2x text-white']">

Best regards

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

No branches or pull requests

2 participants