Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide PrevIcon if index is zero

alextrastero opened this issue · comments

I've searched but can't find a solution, is there a way to hide the prev icon if index is zero? I guess since it loops this doesn't work, which brings me to the next question, can I disable infinite mode?

thx!

This is exactly what the cycleNavigation prop does.

RTFM! thanks :)