RTL support?
See original GitHub issueDoes Popper.js have RTL support for placement
and offset
? I.e. if a popper was set with placement="bottom-start"
, so it’s placed like this:
+--------+
| target |
+-------------+
| |
| popper |
| |
+-------------+
Would the same popper automatically look like this if displayed on an RTL page?
+--------+
| target |
+-------------+
| |
| popper |
| |
+-------------+
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:5 (3 by maintainers)
Top Results From Across the Web
RTL Support in Web Applications - Scott Logic Blog
Typically in web applications supporting one of these languages, everything is reversed, meaning scroll bars, progress indicators, buttons etc.
Read more >RTL Support | Quasar Framework
RTL is tightly coupled to Quasar Language Packs. When Quasar is set to use an RTL language (language pack has “rtl” prop set...
Read more >RTL Support on Android. Here is all you need to know - Medium
To handle them, Android supports RTL layouts from API 17+ i.e., Android 4.2 (Jelly Bean) . Getting Started. In order to support RTL...
Read more >RTL Support - Chakra UI
Chakra UI provides built-in support right-to-left (RTL) languages like arabic and hebrew, out of the box.
Read more >RTL · Bootstrap v5.0
Learn how to enable support for right-to-left text in Bootstrap across our layout, components, and utilities.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @FezVrasta for the quick help. It would also be awesome if RTL support made it into Popper.js natively. Where support for RTL languages is becoming more important, it’d add another feather in your library’s cap to have that 😃
We may add it into V2, but V1 at the moment is so heavy that any additional feature is out of question 🙁