Replies: 1 comment 1 reply
-
Well, since remix-hook-from is wrapper around react-hook-form, form related components from shadcn-ui (FormField, FormItem, etc...) as in the docs. You just need to wrap everything with :
And in the action function:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any ideas how to integrate with shadcn ui? There is a Form component, but it is tightly coupled with react-hook-form...
Beta Was this translation helpful? Give feedback.
All reactions