RTL carousel using current react-film:

If a website is Right to Left, react-film works fairly well already when setting the parent container to dir="rtl". However, there are still a few issues that could vastly improve the experience:
- Flip the left and right buttons if RTL is detected but not set within the component
- Right and left buttons do not always work (not console errors)
- Auto detection for scrolling, depending on the direction / allow scrolling left and right
- property that allows user to set the direction of the UI, so the left and right buttons are not flipped automatically
RTL carousel using current

react-film:If a website is Right to Left,
react-filmworks fairly well already when setting the parent container todir="rtl". However, there are still a few issues that could vastly improve the experience: