You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a couple of multilingual projects that require some reactive layout direction and most of the time to keep things localized I find myself replacing many of the classes like pl- & pr- with inline padding ps-. Also, some of the components like <Carousel> will be completely unusable on right-to-left layouts and it would scroll in the other direction(with slides being replaced with whitespace) despite using the radix-ui config provider, has anyone been through the same issue? would it be acceptable to submit a pr covering these challenges?
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Describe the feature
I'm building a couple of multilingual projects that require some reactive layout direction and most of the time to keep things localized I find myself replacing many of the classes like
pl-
&pr-
with inline paddingps-
. Also, some of the components like<Carousel>
will be completely unusable on right-to-left layouts and it would scroll in the other direction(with slides being replaced with whitespace) despite using the radix-ui config provider, has anyone been through the same issue? would it be acceptable to submit a pr covering these challenges?Additional information
The text was updated successfully, but these errors were encountered: