Right-to-left support for slider. Currently, if the dir has been set to 'rtl', only the first slide is visible and you can't slide to the left where subsequent slides are being loaded. You can only scroll right onto blank slides.
Would be awesome to have this feature to cater to the Middle Eastern market!
Yes please, it would be great to have it.
Thanks
Hey @lafeer that seems like an easy enough fix, just to confirm you'd like to see an :rtl=true/false prop which changes scrolling direction?
Yes, precisely! Thanks Quinn
Cool! Going to switch this to a feature request :~)
is this feature has been added ?? because it's not working with me
@saraElsanan no it hasn't been added yet, this is just a feature request asking for a contributors help in developing it. Once it's been added, I'll comment here and close this issue :~)
I have made this feature but the user will still have to use navigateTo to shift to the last slide or they can simply set loop to true. Will that be okay?
Hmm, I think we should have the scrolling work the same wether it's right or left. It will likely just take some conditional logic inside the advancePage. It seems like we'll just need to add a +1 or -1 to slide index when rtl is enabled. Does that sound doable?
Ok I wanna use RTL
how can I use the latest features added?
@amigogobara the feature is still in PR phase, I'll post here once it's been merged into a release
Hey guys, just merged in @utkarshnag's PR - RTL scrolling is now enabled! Check the docs or #284 for more info.
p.s I'm going to be doing a documentation overhaul over the next week or so, feel free to make any suggestions here (#262) if you end up reading through them!