Closed azizghuloum closed 6 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?
hello, I thought you'd be able to pull only the first two commits. I'll try to split them.
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.