Mohamed Alnahhas

Results 13 comments of Mohamed Alnahhas

Just noticed `dir:rtl` is assigned to the select components and maybe to other components too. How would I remove that and why not just remove it from all components and...

A simple and easy fix would be adding these paths to your `compilerOptions` in your jsconfig and tsconfig ` "paths": { "@/*": ["./*"], "@/components/*": ["./src/components/*"], "@/lib/*": ["./src/lib/*"] },` You can...

I can also confirm this is an issue. Waiting for a bug fix...

I went with a simpler method, but I wouldnt call it a solution since it messes up the browser history, a bit. ``` const Drawer = ({ shouldScaleBackground = true,...

> This is interesting. I wonder if we could have this as an option via the cli. Turn on `rtl` in components.json and we automatically apply those updates for you....

> @nahasco I can take a look at this. Having this in the cli would be awesome. Adding it to the next milestone. I'll push to this PR and make...

I will continue working on this in the next few days. I am hoping I add RTL support to as much components as I can before I open the PR...

Hey @shadcn , can you share some input on this? Any plans of merging?

Thank you @shadcn > @nahasco question. is there a 1:1 mapping for those utility classes? I wonder if we could write a transformer to do these on install? I am...

> Great work! > anything I can help with to push this ASAP? Could you help with the remaining components?