chakra-ui-vue
chakra-ui-vue copied to clipboard
RTL support in theme.js config
We need to implement a feature to support RTL in vue-chakraui project. all the icons are incorrectly placed in components! Please consider adding the RTL option with true or false in the basic chakraui configuration. Chakra UI already has great compatibility with RTL languages like Arabic, Persian and etc. But there's a little work that still needs to be done!
for example:

in this image, the arrow down icon needs to place at the left of the component. this issue exists in: CSelect, CNumberInput, and other input components that are in the chakra UI environment
Hey @hasanparasteh Thanks for taking note of this. RTL support is a feature we should implement in the core. Our team will think of a way to work on it. Let's keep tabs on this thread. 👍🏾
@codebender828 do you have any updates on RTL feature progress? if there's not any design/architecture progress on how chakra UI gonna implement this feature, I can make a sample demo by forking the repo and sending a PR for this issue...