maxmarinich / react-alice-carousel

React responsive component for building content galleries, content rotators and any React carousels
MIT License
843 stars 92 forks source link

Hide Controls? #216

Closed sethwms closed 2 years ago

sethwms commented 2 years ago

I didn't see a way to simply hide the control bar with the given options.

Am I missing something, or could this be added?

Great tool! Thanks!

maxmarinich commented 2 years ago

Hi, @sethwms! Accordingly docs use disableButtonsControls & disableDotsControls. Example: https://maxmarinich.github.io/react-alice-carousel/#custom-components-props

sethwms commented 2 years ago

My mistake. I had a typo in the control buttons setting that prevented it from being turned off.

Thanks for the quick response!