jacob-ebey / remix-shadcn

Remix + Vite + shadcn/ui starter template.
https://remix-shadcn.pages.dev/
146 stars 11 forks source link

Form component #5

Closed ryan0x44 closed 7 months ago

ryan0x44 commented 8 months ago

I recently went through this and I'm wondering whether you plan to include the Form component adjusted to work using the Remix Form component as a base?

The shadcn Form component is great from a UI/UX perspective, but doesn't work the way you'd expect a form to work in Remix.

I've found https://www.remix-validated-form.io/ to be the best library so far for easily handling form validation with Zod on both client-side and server-side using a single schema.

jacob-ebey commented 7 months ago

The template with login provides the conform library for the login form. Check out one of those branches to see how you can add it to the basic one.