eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

RTL Support #147

Closed AmirTahani closed 3 years ago

AmirTahani commented 4 years ago

How to make it RTL ?

I want cards to stand in this order 3 2 1 6 5 4

karzanosman commented 4 years ago

use this option to origate from right <Masonry elementType={'ul'} options={{isOriginLeft: false}}>