Open vanities opened 10 hours ago
From my experience, basic components like Input and Select from shadcn/ui work fine, but you can't use their specific form components as shown in your snippet. I've had success following the Remix hook form documentation instead of using shadcn/ui's form components directly.
Does this package have compatibility with shadcn? I was looking through the issues, but didn't see anything regarding that.
For example, something like this:
etc. gives the error:
It's probably that I'm misusing this library.