gutiguy / react-spring-3d-carousel

A 3D Carousel component for images built with React and utilizing react-spring for controlling slide transitions.
MIT License
102 stars 49 forks source link

Is it possible to customize the navigation arrows? #43

Closed piotrpodyma10 closed 2 years ago

piotrpodyma10 commented 2 years ago

As we have in the topic => is it possible to change how arrows look and their location?

Best!

howdyAnkit commented 2 years ago

I guess it should be possible have you tried overriding the css by giving !important to the nav arrows?

gutiguy commented 2 years ago

Hey @piotrpodyma10, you can implement your own navigation using the goToSlide prop.