Replies: 3 comments
|
Hi @cirdes , I'm already on v1 branch, and the issue still exist. The root cause is that shadcn is using, for example, I can start with a small PR for dialog component, and then continue on the others, what do you think? |
We have just moved everything from v1 to main and also added the ability to copy/eject a component, similar to what ShadCN does. Take a look at this PR.
ShadCN uses Radix, which supports RTL, so I agree with you that we should address this as well.
It would be great if you could help us improve RTL support, and starting with the dialog component seems like a good plan. |
Uh oh!
There was an error while loading. Please reload this page.
Currently, multiple components are using
pl,pr, and similar classes. These could be replaced withps,pe, and similar classes to have components that support RTL and LTR.If you are ok with this, I will start working on making components RTL compatible.
All reactions