Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.21k stars 4.04k forks source link

RTL feature for semantic ui steps #4188

Open siyavash1989 opened 3 years ago

siyavash1989 commented 3 years ago

I use semantic ui and I add dir="rtl" to html tag in my page and use semantic ui in RTL mode. but for using steps when direction is rtl the arrow of steps main ltr and not usefull

welcome[bot] commented 3 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

zaini commented 3 years ago

Just to add to this:

Here is an example of an accordion with dir="ltr":

image

Here is dir="rtl":

image

You'll notice that when I set dir="rtl", the arrows still point to the right when they should point to the left.

Obviously when they expand they point down which is unaffected.

We do have some control over this by setting a custom icon but this requires additional work to get similar behavior as the default.