wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

Right-to-left Layout #32

Closed azizghuloum closed 6 years ago

azizghuloum commented 7 years ago

Hello, I have added rtl option to StackGrid:

I updated the demo to include a checkbox for switching RTL/LTR. Run npm start then check/uncheck the RTL checkbox and see how it works.

I added tests for this functionality.

The code passes npm test.

I updated the document at README.md.

wadackel commented 7 years ago

Hi @azizghuloum Thank you for contributes :smile: I was able to confirm that RTL is working :+1:

But, I think that it is unnecessary to change resize detection for this PR. Also, this change seems to have some problems. Is it possible to separate PR for resize detection?

azizghuloum commented 7 years ago

hello, I thought you'd be able to pull only the first two commits. I'll try to split them.