-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): add rtl support #273
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I had to proofread my contribution several times and refine it a little. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Here are a few suggestions, mostly about the code examples:
Co-authored-by: Tom Lienard <tom.lienrd@gmail.com>
Co-authored-by: Tom Lienard <tom.lienrd@gmail.com>
Co-authored-by: Tom Lienard <tom.lienrd@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Hello.
I've added a documentation page about RTL support, as we previously discussed here: #220
I've documented two possible implementations.
However, the second, proposing an implementation based on a useEffect call, seems to be a bad choice, after some rethinking.
I've written the documentation for it anyway in this PR, but I think we should remove it because of the point I mentioned in "Caveat".
As a reminder, we thought this might be a good idea here:
<html>
tagdir
attribute #220 (comment)<html>
tagdir
attribute #220 (comment)Thanks in advance for your review and for your feedback.
Closes #220