malisipi / mui

A Cross-Platform UI Library
https://malisipi.github.io/mui/
Apache License 2.0
102 stars 10 forks source link

Add rtl layout support #28

Open malisipi opened 1 year ago

malisipi commented 1 year ago

Transitions is broken.

video1.webm

video2.webm

Checkboxs is broken Done.

image

Scrollbars is broken

video3.webm

video4.webm

malisipi commented 1 year ago

Switch is broken Done. image

malisipi commented 1 year ago

Menubar is still left aligned

image

malisipi commented 1 year ago

Switch, radio and checkbox now supports rtl layout

image

image

malisipi commented 1 year ago

Now groups is supported by rtl layout

image

malisipi commented 1 year ago

Tables is supported by rtl layout image

malisipi commented 1 year ago

Rtl text is not working on any widget. For example; It should show a RTL text like that "π±…π°‡π°Όπ°œ", However it shows "π°œπ°Όπ°‡π±…".

The text editing/drawing system is needed to be reimplemented in MUI for RTL languages.