Théo LUDWIG
1224ece116
All checks were successful
Build / build (push) Successful in 1m57s
Lint / lint (push) Successful in 48s
Test / test (push) Successful in 40s
Test / test-e2e (push) Successful in 2m10s
example
This is an example for using react-component-form
inside a Next.js application with translations thanks to next-translate.
The application shows how to use the <Form />
component with the useForm
hook to validate and submit a form with a name
input and an email
input.
The interesting code is in ./components/FormExample.tsx.