Timur Kramár

Results 5 comments of Timur Kramár

I solved this by removing `animate-in` from my `tailwind.config.ts` file. The issue was that the tailwind plugin `tailwindcss-animate` provides you with an `animate-in` class while I was defining my custom...

For those of you still wondering, I just don't use the `asChild` prop and add a class `cursor-not-allowed` to the trigger. ```js Import No allowed ```

I guess you are right @thisisankur0, but this seems like not a big deal to me. If you really want it to be perfect, how about adding `asChild` in the...

Hey @emab, I am glad someone is still looking into this. I got this working really well in my repo, but I never got around to actually making a PR...

I am not sure this will help, but I choose one language as a primary and export the type of the translations from it. Then I use this Type to...