brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

RTL support #680

Closed pkocak closed 3 years ago

pkocak commented 3 years ago

Carousel doesn't support RTL. When i change my page dir RTL my images in ul with className=".BrainhubCarousel .BrainhubCarouseltrackContainer .BrainhubCarouseltrack.BrainhubCarousel__track--transition" changes correctly however, this ul's translateX always gives minus number pixels.

Solution can be changing translateX to positive number pixels of ul with className=".BrainhubCarousel .BrainhubCarouseltrackContainer .BrainhubCarouseltrack.BrainhubCarousel__track--transition" when page dir="rtl

RobertHebel commented 3 years ago

For RTL use please add the RTL plugin to your carousel as described here https://brainhubeu.github.io/react-carousel/docs/examples/rtl