Saeid Zareie

Results 54 comments of Saeid Zareie

# Error Condition As @52326125 said, it seems that nuxt has issues when `rxjs` is being imported in dev-server environment. I think this is an issue on how nuxt resolve...

Another note, that `space-x-*` won't work on RTL direction. a good replacement is `gap-x-*` if the container already is flex/grid.

Coming back to this issue after a few months, could we extend the `tailwind prefix` functionality, to transform the component on the fly, based on user preference, before deploying them...

For the time being, we could modify the cli to check if repo git is in clean status (all changes have been commited) and if not, exit with a warning.

Honestly, I had not planned to do them myself 😅

This should be enough for now, but the main problem remains, how to get notified of updates from shadcn repo.

I understand your point, but with the Vue ecosystem, we have the ability to incorporate features that are not available in shadcn-ui (the React version). We are not limited to...

I've been using UnoCSS with shad-vue for a while now, I have not found any problem so far, is there a blocker that anyone know of? I'd be happy to...

The alternative would be adding a CLI option with semi-automated for replacing the classes, but it could not be fully automated (some classes have exceptions and have only one directionality)....

One other note worth mentioning, this approach is by far the best way to support multi-direction IMO, for reference, here are some alternatives that are just not as good: -...