RTL (Right-to-Left) support request #113
samimideveloper
started this conversation in
Ideas
Replies: 1 comment
-
|
See also #114 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem or use case
Hello team,
I’m building a project in a RTL language and would like to know if Untitled UI React currently supports RTL layouts out of the box.
If not:
1-Is there a timeline/roadmap for a stable RTL version?
2-Are there any recommended workarounds or partial solutions until that version is released?
Thanks a lot.
Proposed solution
I’d like to have full RTL (Right-to-Left) layout support in Untitled UI React.
This means that all components — such as buttons, forms, navigation bars, and modals — should automatically flip their layout and spacing when the dir="rtl" attribute is applied to the document or container.
Ideally, RTL support could be enabled globally (e.g., via a configuration or provider) and also allow per-component overrides.
This would make it much easier to use Untitled UI React in Persian projects without manually adjusting styles.
Alternatives considered
No response
Examples or mockups
No response
Beta Was this translation helpful? Give feedback.
All reactions