Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

RTL feature for semantic ui steps

Open siyavash1989 opened this issue 4 years ago • 2 comments

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

siyavash1989 avatar Apr 13 '21 06:04 siyavash1989

👋 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.

welcome[bot] avatar Apr 13 '21 06:04 welcome[bot]

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.

zaini avatar May 29 '21 13:05 zaini