Closed khanbaba closed 4 years ago
Yes Flickity does support RTL
Example:
<Flickity
options={{
rightToLeft: true,
}}
>
<div>1</div>
<div>2</div>
<div>3</div>
</Flickity>
You can find further options on the official site of Flickity. https://flickity.metafizzy.co/options.html#righttoleft
Thanks. That's it.
Would be easier to find it if it were documented in the readme file :)
Hi, thanks for this good library. I need RTL support. Does it support ?