leaffm / react-infinite-carousel

React simple infinite carousel with lazy loading and responsive support
MIT License
116 stars 19 forks source link

Custom next and previous arrow not functioning #17

Closed justin22 closed 5 years ago

justin22 commented 5 years ago

Giving custom next and previous icons are not working. Icons are displaying. They do not follow the default position of default arrows and upon clicking them, carousel is not updated.

nextArrow={<NextIcon /> }
prevArrow={<PreviousIcon />}

chrome-capture (2)

Codesandbox for the issue