RTL feature #5716
Replies: 4 comments 2 replies
-
|
Hey! This is something we have considered a few times, but honestly don't have enough expertise/experience building RTL websites to be able to integrate something like this with confidence. There is a pretty good community plugin available here, you can play with the live demo to see what it does! |
Beta Was this translation helpful? Give feedback.
-
|
We actually have experimental RTL support in the Tailwind v3.0 alpha! We aren't using logical properties yet and instead using Here's an example of what you can do in Tailwind 3: <div class="pl-4 rtl:pr-4">
...
</div>Need to add this to the release notes, kinda forgot about it 🤦♂️ |
Beta Was this translation helpful? Give feedback.
-
|
I've used this plugin, its great! I very much like this approach because it will automatically decide the direction without having to specify both RTL and LTR. Also, Devs will be able to force left or right if I want by using the default Original Code: RTL support Code: This way we can support RTL, and the original code would work as expected without any change (if you're don't care about RTL). This is more elegant, easier to read and to implement. |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, currently I am working on big project and depend extensively on Screen.Recording.2022-01-23.at.21.39.43.mov |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Like Bootstrap5 adding RTL feature and substitute left, right classes with start, end classes.
Beta Was this translation helpful? Give feedback.
All reactions