leaffm / react-infinite-carousel

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

Get current Slide index #8

Closed HashirHussain closed 5 years ago

HashirHussain commented 7 years ago

Hi, I want to disable prev arrow on first slide and next arrow at last slide. it would be possible ? can I get current slide index to do it manually ?

gl0gl0 commented 5 years ago

The onSlideChange event returns the current slide index :)