eiriklv/react-masonry-component

RTL Support

AmirTahani opened this issue · 1 comments

How to make it RTL ?

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

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